diff options
Diffstat (limited to 'libbcachefs/trace.h')
-rw-r--r-- | libbcachefs/trace.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libbcachefs/trace.h b/libbcachefs/trace.h index c8669a6b..519d00d6 100644 --- a/libbcachefs/trace.h +++ b/libbcachefs/trace.h @@ -846,6 +846,11 @@ DEFINE_EVENT(fs_str, io_move_fail, TP_ARGS(c, str) ); +DEFINE_EVENT(fs_str, io_move_write_fail, + TP_PROTO(struct bch_fs *c, const char *str), + TP_ARGS(c, str) +); + DEFINE_EVENT(fs_str, io_move_start_fail, TP_PROTO(struct bch_fs *c, const char *str), TP_ARGS(c, str) |