diff options
-rw-r--r-- | kernel/trace/trace_event_profile.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel/trace/trace_event_profile.c b/kernel/trace/trace_event_profile.c index 3aaa77c3309b..dd44b8768867 100644 --- a/kernel/trace/trace_event_profile.c +++ b/kernel/trace/trace_event_profile.c | |||
@@ -15,7 +15,10 @@ | |||
15 | typedef struct {char buf[FTRACE_MAX_PROFILE_SIZE];} profile_buf_t; | 15 | typedef struct {char buf[FTRACE_MAX_PROFILE_SIZE];} profile_buf_t; |
16 | 16 | ||
17 | char *trace_profile_buf; | 17 | char *trace_profile_buf; |
18 | char *trace_profile_buf_nmi; | 18 | EXPORT_SYMBOL_GPL(trace_profile_buf); |
19 | |||
20 | char *trace_profile_buf_nmi; | ||
21 | EXPORT_SYMBOL_GPL(trace_profile_buf_nmi); | ||
19 | 22 | ||
20 | /* Count the events in use (per event id, not per instance) */ | 23 | /* Count the events in use (per event id, not per instance) */ |
21 | static int total_profile_count; | 24 | static int total_profile_count; |