mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
17 lines
367 B
C
17 lines
367 B
C
|
#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>
|