Searched refs:trace_opts (Results 1 – 2 of 2) sorted by relevance
44 static struct tracer_opt trace_opts[] = { variable77 .opts = trace_opts
5180 struct tracer_opt *trace_opts; in tracing_trace_options_show() local5187 trace_opts = tr->current_trace->flags->opts; in tracing_trace_options_show()5196 for (i = 0; trace_opts[i].name; i++) { in tracing_trace_options_show()5197 if (tracer_flags & trace_opts[i].bit) in tracing_trace_options_show()5198 seq_printf(m, "%s\n", trace_opts[i].name); in tracing_trace_options_show()5200 seq_printf(m, "no%s\n", trace_opts[i].name); in tracing_trace_options_show()
Completed in 24 milliseconds