]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - include/trace/events/bcachefs.h
Update bcachefs sources to fb8a27f6d4 bcachefs: Delete a redundant tracepoint
[bcachefs-tools-debian] / include / trace / events / bcachefs.h
index 2155f1a03be964c8f27ae3ce4de175f782f39ded..1ae5e8885b465992e76bce575b1615c4c3719ece 100644 (file)
@@ -513,7 +513,7 @@ TRACE_EVENT(invalidate,
                  __entry->offset)
 );
 
-DECLARE_EVENT_CLASS(bucket_alloc,
+TRACE_EVENT(bucket_alloc,
        TP_PROTO(struct bch_dev *ca, const char *alloc_reserve),
        TP_ARGS(ca, alloc_reserve),
 
@@ -532,11 +532,6 @@ DECLARE_EVENT_CLASS(bucket_alloc,
                  __entry->reserve)
 );
 
-DEFINE_EVENT(bucket_alloc, bucket_alloc,
-       TP_PROTO(struct bch_dev *ca, const char *alloc_reserve),
-       TP_ARGS(ca, alloc_reserve)
-);
-
 TRACE_EVENT(bucket_alloc_fail,
        TP_PROTO(struct bch_dev *ca, const char *alloc_reserve,
                 u64 avail,
@@ -584,11 +579,6 @@ TRACE_EVENT(bucket_alloc_fail,
                  __entry->ret)
 );
 
-DEFINE_EVENT(bucket_alloc, open_bucket_alloc_fail,
-       TP_PROTO(struct bch_dev *ca, const char *alloc_reserve),
-       TP_ARGS(ca, alloc_reserve)
-);
-
 /* Moving IO */
 
 DEFINE_EVENT(bkey, move_extent,