git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a59fd60
)
tracing/events: add export symbols for trace events in modules
author
Steven Rostedt
<srostedt@redhat.com>
Fri, 10 Apr 2009 22:12:50 +0000
(18:12 -0400)
committer
Steven 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