ftrace: remove ctrl_update method
Impact: Remove the ctrl_update tracer method With the new quick start/stop method of tracing, the ctrl_update method is out of date. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:

committed by
Ingo Molnar

parent
49833fc232
commit
bbf5b1a0ce
@@ -3357,8 +3357,6 @@ __init static int tracer_alloc_buffers(void)
|
||||
|
||||
register_tracer(&nop_trace);
|
||||
#ifdef CONFIG_BOOT_TRACER
|
||||
/* We don't want to launch sched_switch tracer yet */
|
||||
global_trace.ctrl = 0;
|
||||
register_tracer(&boot_tracer);
|
||||
current_trace = &boot_tracer;
|
||||
current_trace->init(&global_trace);
|
||||
|
Reference in New Issue
Block a user