diff options
Diffstat (limited to 'kernel/trace/trace_sched_wakeup.c')
-rw-r--r-- | kernel/trace/trace_sched_wakeup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/trace/trace_sched_wakeup.c b/kernel/trace/trace_sched_wakeup.c index c9fd5bd02036..4086eae6e81b 100644 --- a/kernel/trace/trace_sched_wakeup.c +++ b/kernel/trace/trace_sched_wakeup.c | |||
@@ -382,6 +382,7 @@ static struct tracer wakeup_tracer __read_mostly = | |||
382 | #ifdef CONFIG_FTRACE_SELFTEST | 382 | #ifdef CONFIG_FTRACE_SELFTEST |
383 | .selftest = trace_selftest_startup_wakeup, | 383 | .selftest = trace_selftest_startup_wakeup, |
384 | #endif | 384 | #endif |
385 | .use_max_tr = 1, | ||
385 | }; | 386 | }; |
386 | 387 | ||
387 | static struct tracer wakeup_rt_tracer __read_mostly = | 388 | static struct tracer wakeup_rt_tracer __read_mostly = |
@@ -396,6 +397,7 @@ static struct tracer wakeup_rt_tracer __read_mostly = | |||
396 | #ifdef CONFIG_FTRACE_SELFTEST | 397 | #ifdef CONFIG_FTRACE_SELFTEST |
397 | .selftest = trace_selftest_startup_wakeup, | 398 | .selftest = trace_selftest_startup_wakeup, |
398 | #endif | 399 | #endif |
400 | .use_max_tr = 1, | ||
399 | }; | 401 | }; |
400 | 402 | ||
401 | __init static int init_wakeup_tracer(void) | 403 | __init static int init_wakeup_tracer(void) |