diff options
Diffstat (limited to 'kernel/trace/trace_export.c')
-rw-r--r-- | kernel/trace/trace_export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace_export.c b/kernel/trace/trace_export.c index 23ae78430d5..4d9952d3df5 100644 --- a/kernel/trace/trace_export.c +++ b/kernel/trace/trace_export.c | |||
@@ -94,7 +94,7 @@ ftrace_format_##call(struct trace_seq *s) \ | |||
94 | static struct ftrace_event_call __used \ | 94 | static struct ftrace_event_call __used \ |
95 | __attribute__((__aligned__(4))) \ | 95 | __attribute__((__aligned__(4))) \ |
96 | __attribute__((section("_ftrace_events"))) event_##call = { \ | 96 | __attribute__((section("_ftrace_events"))) event_##call = { \ |
97 | .name = #call, \ | 97 | .name = #call, \ |
98 | .id = proto, \ | 98 | .id = proto, \ |
99 | .system = __stringify(TRACE_SYSTEM), \ | 99 | .system = __stringify(TRACE_SYSTEM), \ |
100 | .show_format = ftrace_format_##call, \ | 100 | .show_format = ftrace_format_##call, \ |