commit | 17c873ec280a03894bc718af817f7f24fa787ae1 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Fri Apr 10 18:12:50 2009 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Apr 14 12:58:01 2009 -0400 |
tree | 3acdcd41c2b80c207932625cc5e132056954d803 | |
parent | a59fd6027218bd7c994e39d14afe0242f895144f [diff] |
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>