Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_functions_graph.c71 static struct tracer_opt trace_opts[] = { variable
100 .opts = trace_opts
Dtrace.c4279 struct tracer_opt *trace_opts; in tracing_trace_options_show() local
4286 trace_opts = tr->current_trace->flags->opts; in tracing_trace_options_show()
4295 for (i = 0; trace_opts[i].name; i++) { in tracing_trace_options_show()
4296 if (tracer_flags & trace_opts[i].bit) in tracing_trace_options_show()
4297 seq_printf(m, "%s\n", trace_opts[i].name); in tracing_trace_options_show()
4299 seq_printf(m, "no%s\n", trace_opts[i].name); in tracing_trace_options_show()