|
@@ -371,7 +371,7 @@ EXPORT_SYMBOL_GPL(tracing_on);
|
|
void tracing_off(void)
|
|
void tracing_off(void)
|
|
{
|
|
{
|
|
if (global_trace.buffer)
|
|
if (global_trace.buffer)
|
|
- ring_buffer_record_on(global_trace.buffer);
|
|
|
|
|
|
+ ring_buffer_record_off(global_trace.buffer);
|
|
/*
|
|
/*
|
|
* This flag is only looked at when buffers haven't been
|
|
* This flag is only looked at when buffers haven't been
|
|
* allocated yet. We don't really care about the race
|
|
* allocated yet. We don't really care about the race
|