Example #1
0
void disable_boot_trace(void)
{
	if (boot_trace && pre_initcalls_finished)
		tracing_stop_sched_switch_record();
}
Example #2
0
static void stop_sched_trace(struct trace_array *tr)
{
	tracing_stop_sched_switch_record();
}