tracing/events: add export symbols for trace events in modules

Impact: let modules add trace events

The trace event code requires some functions to be exported to allow
modules to use TRACE_EVENT. This patch adds EXPORT_SYMBOL_GPL to the
necessary functions.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
Steven Rostedt
2009-04-10 18:12:50 -04:00
committed by Steven Rostedt
parent a59fd60272
commit 17c873ec28
4 changed files with 9 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ err:
return -ENOMEM;
}
EXPORT_SYMBOL_GPL(trace_define_field);
static void ftrace_clear_events(void)
{