aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/trace/trace.c')
-rw-r--r--kernel/trace/trace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
index 3aa0a0dfdfa8..bdb3afc8b306 100644
--- a/kernel/trace/trace.c
+++ b/kernel/trace/trace.c
@@ -49,7 +49,7 @@ unsigned long __read_mostly tracing_thresh;
49 * On boot up, the ring buffer is set to the minimum size, so that 49 * On boot up, the ring buffer is set to the minimum size, so that
50 * we do not waste memory on systems that are not using tracing. 50 * we do not waste memory on systems that are not using tracing.
51 */ 51 */
52static int ring_buffer_expanded; 52int ring_buffer_expanded;
53 53
54/* 54/*
55 * We need to change this state when a selftest is running. 55 * We need to change this state when a selftest is running.
@@ -63,7 +63,7 @@ static bool __read_mostly tracing_selftest_running;
63/* 63/*
64 * If a tracer is running, we do not want to run SELFTEST. 64 * If a tracer is running, we do not want to run SELFTEST.
65 */ 65 */
66static bool __read_mostly tracing_selftest_disabled; 66bool __read_mostly tracing_selftest_disabled;
67 67
68/* For tracers that don't implement custom flags */ 68/* For tracers that don't implement custom flags */
69static struct tracer_opt dummy_tracer_opt[] = { 69static struct tracer_opt dummy_tracer_opt[] = {