diff options
Diffstat (limited to 'include/trace/ftrace.h')
-rw-r--r-- | include/trace/ftrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/trace/ftrace.h b/include/trace/ftrace.h index 955b967acd74..60c5323bee64 100644 --- a/include/trace/ftrace.h +++ b/include/trace/ftrace.h | |||
@@ -477,6 +477,7 @@ __attribute__((__aligned__(4))) \ | |||
477 | __attribute__((section("_ftrace_events"))) event_##call = { \ | 477 | __attribute__((section("_ftrace_events"))) event_##call = { \ |
478 | .name = #call, \ | 478 | .name = #call, \ |
479 | .system = __stringify(TRACE_SYSTEM), \ | 479 | .system = __stringify(TRACE_SYSTEM), \ |
480 | .event = &ftrace_event_type_##call, \ | ||
480 | .raw_init = ftrace_raw_init_event_##call, \ | 481 | .raw_init = ftrace_raw_init_event_##call, \ |
481 | .regfunc = ftrace_raw_reg_event_##call, \ | 482 | .regfunc = ftrace_raw_reg_event_##call, \ |
482 | .unregfunc = ftrace_raw_unreg_event_##call, \ | 483 | .unregfunc = ftrace_raw_unreg_event_##call, \ |