aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tracepoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/tracepoint.h')
-rw-r--r--include/linux/tracepoint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h
index f8e084d0fc77..ebeab360d851 100644
--- a/include/linux/tracepoint.h
+++ b/include/linux/tracepoint.h
@@ -378,6 +378,8 @@ static inline void tracepoint_synchronize_unregister(void)
378#define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) 378#define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print)
379#define DEFINE_EVENT(template, name, proto, args) \ 379#define DEFINE_EVENT(template, name, proto, args) \
380 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 380 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
381#define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\
382 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
381#define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ 383#define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
382 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 384 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
383#define DEFINE_EVENT_CONDITION(template, name, proto, \ 385#define DEFINE_EVENT_CONDITION(template, name, proto, \