aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/ocfs2_trace.h
diff options
context:
space:
mode:
authorWengang Wang <wen.gang.wang@oracle.com>2011-02-21 11:13:14 +0800
committerTao Ma <boyu.mt@taobao.com>2011-02-21 11:13:14 +0800
commit80a9a84da381087ed89f5fdfc40a513cf9768ac4 (patch)
tree24dfa8596cbe21bd8f8a46a237a9d998913688a2 /fs/ocfs2/ocfs2_trace.h
parentocfs2: Remove EXIT from masklog. (diff)
downloadlinux-dev-80a9a84da381087ed89f5fdfc40a513cf9768ac4.tar.xz
linux-dev-80a9a84da381087ed89f5fdfc40a513cf9768ac4.zip
ocfs2: Add ocfs2_trace.h.
About one year ago, Wengang Wang tried some first steps to add tracepoints to ocfs2. Hiss original patch is here: http://oss.oracle.com/pipermail/ocfs2-devel/2009-November/005512.html But as Steven Rostedt indicated in his article http://lwn.net/Articles/383362/, we'd better have our trace files resides in fs/ocfs2, so I rewrited the patch using the method Steven mentioned in that article. Signed-off-by: Wengang Wang <wen.gang.wang@oracle.com> Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Diffstat (limited to 'fs/ocfs2/ocfs2_trace.h')
-rw-r--r--fs/ocfs2/ocfs2_trace.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/fs/ocfs2/ocfs2_trace.h b/fs/ocfs2/ocfs2_trace.h
new file mode 100644
index 000000000000..8d4e49aef491
--- /dev/null
+++ b/fs/ocfs2/ocfs2_trace.h
@@ -0,0 +1,16 @@
+#undef TRACE_SYSTEM
+#define TRACE_SYSTEM ocfs2
+
+#if !defined(_TRACE_OCFS2_H) || defined(TRACE_HEADER_MULTI_READ)
+#define _TRACE_OCFS2_H
+
+#include <linux/tracepoint.h>
+
+
+#endif /* _TRACE_OCFS2_H */
+
+/* This part must be outside protection */
+#undef TRACE_INCLUDE_PATH
+#define TRACE_INCLUDE_PATH .
+#define TRACE_INCLUDE_FILE ocfs2_trace
+#include <trace/define_trace.h>