aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/ocfs2_trace.h
diff options
context:
space:
mode:
authorTao Ma <boyu.mt@taobao.com>2011-02-22 22:29:08 +0800
committerTao Ma <boyu.mt@taobao.com>2011-02-22 22:29:08 +0800
commita8731086eff053b430cddbf5783654dfd700ea06 (patch)
tree5a2928df960f3dd05c1431a1bbc5aaf20fffbfb5 /fs/ocfs2/ocfs2_trace.h
parentocfs2: Remove masklog ML_EXTENT_MAP. (diff)
downloadlinux-dev-a8731086eff053b430cddbf5783654dfd700ea06.tar.xz
linux-dev-a8731086eff053b430cddbf5783654dfd700ea06.zip
ocfs2: Remove mlog(0) from fs/ocfs2/slot_map.c
This is the 1st step to remove the debug info of SUPER. Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Diffstat (limited to 'fs/ocfs2/ocfs2_trace.h')
-rw-r--r--fs/ocfs2/ocfs2_trace.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/fs/ocfs2/ocfs2_trace.h b/fs/ocfs2/ocfs2_trace.h
index a7938505227b..d70471f8ad04 100644
--- a/fs/ocfs2/ocfs2_trace.h
+++ b/fs/ocfs2/ocfs2_trace.h
@@ -1519,6 +1519,17 @@ TRACE_EVENT(ocfs2_read_virt_blocks,
/* End of trace events for fs/ocfs2/extent_map.c. */
+/* Trace events for fs/ocfs2/slot_map.c. */
+
+DEFINE_OCFS2_UINT_EVENT(ocfs2_refresh_slot_info);
+
+DEFINE_OCFS2_ULL_UINT_EVENT(ocfs2_map_slot_buffers);
+
+DEFINE_OCFS2_ULL_UINT_EVENT(ocfs2_map_slot_buffers_block);
+
+DEFINE_OCFS2_INT_EVENT(ocfs2_find_slot);
+
+/* End of trace events for fs/ocfs2/slot_map.c. */
#endif /* _TRACE_OCFS2_H */
/* This part must be outside protection */