aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_sched_wakeup.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/trace/trace_sched_wakeup.c')
-rw-r--r--kernel/trace/trace_sched_wakeup.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/kernel/trace/trace_sched_wakeup.c b/kernel/trace/trace_sched_wakeup.c
index 240577bc8ba5..23e54d4e4d92 100644
--- a/kernel/trace/trace_sched_wakeup.c
+++ b/kernel/trace/trace_sched_wakeup.c
@@ -348,14 +348,6 @@ static void wakeup_tracer_reset(struct trace_array *tr)
348 } 348 }
349} 349}
350 350
351static void wakeup_tracer_ctrl_update(struct trace_array *tr)
352{
353 if (tr->ctrl)
354 start_wakeup_tracer(tr);
355 else
356 stop_wakeup_tracer(tr);
357}
358
359static void wakeup_tracer_start(struct trace_array *tr) 351static void wakeup_tracer_start(struct trace_array *tr)
360{ 352{
361 wakeup_reset(tr); 353 wakeup_reset(tr);
@@ -393,7 +385,6 @@ static struct tracer wakeup_tracer __read_mostly =
393 .stop = wakeup_tracer_stop, 385 .stop = wakeup_tracer_stop,
394 .open = wakeup_tracer_open, 386 .open = wakeup_tracer_open,
395 .close = wakeup_tracer_close, 387 .close = wakeup_tracer_close,
396 .ctrl_update = wakeup_tracer_ctrl_update,
397 .print_max = 1, 388 .print_max = 1,
398#ifdef CONFIG_FTRACE_SELFTEST 389#ifdef CONFIG_FTRACE_SELFTEST
399 .selftest = trace_selftest_startup_wakeup, 390 .selftest = trace_selftest_startup_wakeup,