]> Pileus Git - ~andy/linux/commit
tracing: Remove unused function unregister_tracer()
authorSteven Rostedt <srostedt@redhat.com>
Sat, 12 May 2012 00:54:53 +0000 (20:54 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 2 Nov 2012 14:21:50 +0000 (10:21 -0400)
commitc7b84ecada9a8b7fe3e6c081e70801703897ed5d
treef586f3dbe52afad825fe857aa6d9d1e5f017cd3d
parent15075cac423d634ddf39dac66f943b3bce847f87
tracing: Remove unused function unregister_tracer()

The function register_tracer() is only used by kernel core code,
that never needs to remove the tracer. As trace_events have become
the main way to add new tracing to the kernel, the need to
unregister a tracer has diminished. Remove the unused function
unregister_tracer(). If a need arises where we need it, then we
can always add it back.

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