aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/ftrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trace/ftrace.h')
-rw-r--r--include/trace/ftrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/ftrace.h b/include/trace/ftrace.h
index a536f66f84c6..bbf09c2021b9 100644
--- a/include/trace/ftrace.h
+++ b/include/trace/ftrace.h
@@ -572,7 +572,7 @@ static inline void ftrace_test_probe_##call(void) \
572#define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ 572#define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
573_TRACE_PERF_PROTO(call, PARAMS(proto)); \ 573_TRACE_PERF_PROTO(call, PARAMS(proto)); \
574static const char print_fmt_##call[] = print; \ 574static const char print_fmt_##call[] = print; \
575static struct ftrace_event_class __used event_class_##call = { \ 575static struct ftrace_event_class __used __refdata event_class_##call = { \
576 .system = __stringify(TRACE_SYSTEM), \ 576 .system = __stringify(TRACE_SYSTEM), \
577 .define_fields = ftrace_define_fields_##call, \ 577 .define_fields = ftrace_define_fields_##call, \
578 .fields = LIST_HEAD_INIT(event_class_##call.fields),\ 578 .fields = LIST_HEAD_INIT(event_class_##call.fields),\