tracing: add EXPORT_SYMBOL_GPL for trace commits
authorSteven Rostedt <srostedt@redhat.com>
Fri, 17 Apr 2009 20:01:56 +0000 (16:01 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 17 Apr 2009 20:21:28 +0000 (16:21 -0400)
commit12acd473d45cf2e40de3782cb2de712e5cd4d715
tree96606659bd0d981ca1c97c4753388e0b594a5eb1
parentb0afdc126d0515e76890f0a5f26b28501cfa298e
tracing: add EXPORT_SYMBOL_GPL for trace commits

Not all the necessary symbols were exported to allow for tracing
by modules. This patch adds them in.

[ Impact: allow modules to commit data to the ring buffer ]

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace.c