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:
committed by
Steven Rostedt
parent
a59fd60272
commit
17c873ec28
@@ -53,6 +53,7 @@ err:
|
||||
|
||||
return -ENOMEM;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(trace_define_field);
|
||||
|
||||
static void ftrace_clear_events(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user