Home
last modified time | relevance | path

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

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