tracing/events: add export symbols for trace events in modules
authorSteven Rostedt <srostedt@redhat.com>
Fri, 10 Apr 2009 22:12:50 +0000 (18:12 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 14 Apr 2009 16:58:01 +0000 (12:58 -0400)
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>

No differences found