Searched refs:trace_opts (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/kernel/trace/
H A Dtrace_irqsoff.c62 static struct tracer_opt trace_opts[] = { variable in typeref:struct:tracer_opt
72 .opts = trace_opts,
H A Dtrace_sched_wakeup.c45 static struct tracer_opt trace_opts[] = { variable in typeref:struct:tracer_opt
55 .opts = trace_opts,
H A Dtrace_functions_graph.c69 static struct tracer_opt trace_opts[] = { variable in typeref:struct:tracer_opt
93 .opts = trace_opts
H A Dtrace.c3469 struct tracer_opt *trace_opts; tracing_trace_options_show() local
3476 trace_opts = tr->current_trace->flags->opts; tracing_trace_options_show()
3485 for (i = 0; trace_opts[i].name; i++) { tracing_trace_options_show()
3486 if (tracer_flags & trace_opts[i].bit) tracing_trace_options_show()
3487 seq_printf(m, "%s\n", trace_opts[i].name); tracing_trace_options_show()
3489 seq_printf(m, "no%s\n", trace_opts[i].name); tracing_trace_options_show()

Completed in 174 milliseconds