Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/trace/
Dtrace_irqsoff.c63 static struct tracer_opt trace_opts[] = { variable
73 .opts = trace_opts,
Dtrace_sched_wakeup.c43 static struct tracer_opt trace_opts[] = { variable
53 .opts = trace_opts,
Dtrace.c2694 struct tracer_opt *trace_opts; in tracing_trace_options_show() local
2700 trace_opts = current_trace->flags->opts; in tracing_trace_options_show()
2709 for (i = 0; trace_opts[i].name; i++) { in tracing_trace_options_show()
2710 if (tracer_flags & trace_opts[i].bit) in tracing_trace_options_show()
2711 seq_printf(m, "%s\n", trace_opts[i].name); in tracing_trace_options_show()
2713 seq_printf(m, "no%s\n", trace_opts[i].name); in tracing_trace_options_show()
Dtrace_functions_graph.c50 static struct tracer_opt trace_opts[] = { variable
72 .opts = trace_opts