tracing/ring-buffer: Only have tracing_on disable tracing buffers
authorSteven Rostedt <srostedt@redhat.com>
Wed, 22 Feb 2012 20:50:28 +0000 (15:50 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 22 Feb 2012 20:50:28 +0000 (15:50 -0500)
As the ring-buffer code is being used by other facilities in the
kernel, having tracing_on file disable *all* buffers is not a desired
affect. It should only disable the ftrace buffers that are being used.

Move the code into the trace.c file and use the buffer disabling
for tracing_on() and tracing_off(). This way only the ftrace buffers
will be affected by them and other kernel utilities will not be
confused to why their output suddenly stopped.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found