aboutsummaryrefslogtreecommitdiff
path: root/include/trace/events
diff options
context:
space:
mode:
authorLiu Bo <bo.li.liu@oracle.com>2014-08-12 16:33:18 +0800
committerChris Mason <clm@fb.com>2014-09-17 13:37:52 -0700
commit1a76e4ba5b18775e532faa4f8eb858c4553d196c (patch)
tree71e5ecb4c1f245f89254629505dad74e128a2d89 /include/trace/events
parentb38a62586fed4ce058dc8d40deaa1b85cafc7fb3 (diff)
Btrfs: cleanup for btrfs workqueue tracepoints
Tracepoint trace_btrfs_normal_work_done never has an user, just cleanup it. Signed-off-by: Liu Bo <bo.li.liu@oracle.com> Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'include/trace/events')
-rw-r--r--include/trace/events/btrfs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/trace/events/btrfs.h b/include/trace/events/btrfs.h
index e3f3d10c6647..64a90d78e6bb 100644
--- a/include/trace/events/btrfs.h
+++ b/include/trace/events/btrfs.h
@@ -1047,13 +1047,6 @@ DEFINE_EVENT(btrfs__work, btrfs_work_sched,
TP_ARGS(work)
);
-DEFINE_EVENT(btrfs__work, btrfs_normal_work_done,
-
- TP_PROTO(struct btrfs_work *work),
-
- TP_ARGS(work)
-);
-
DEFINE_EVENT(btrfs__work__done, btrfs_all_work_done,
TP_PROTO(struct btrfs_work *work),