Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_stress.c25 LIBBPF_OPTS(bpf_prog_load_opts, trace_opts, in serial_test_fexit_stress()
32 trace_opts.expected_attach_type); in serial_test_fexit_stress()
35 trace_opts.attach_btf_id = err; in serial_test_fexit_stress()
41 &trace_opts); in serial_test_fexit_stress()
H A Draw_tp_writable_test_run.c21 LIBBPF_OPTS(bpf_prog_load_opts, trace_opts, in serial_test_raw_tp_writable_test_run()
29 &trace_opts); in serial_test_raw_tp_writable_test_run()
/linux/kernel/trace/
H A Dtrace_functions_graph.c47 static struct tracer_opt trace_opts[] = { variable
90 .opts = trace_opts
H A Dtrace.c5106 struct tracer_opt *trace_opts; in tracing_trace_options_show() local
5114 trace_opts = tr->current_trace->flags->opts; in tracing_trace_options_show()
5123 for (i = 0; trace_opts[i].name; i++) { in tracing_trace_options_show()
5124 if (tracer_flags & trace_opts[i].bit) in tracing_trace_options_show()
5125 seq_printf(m, "%s\n", trace_opts[i].name); in tracing_trace_options_show()
5127 seq_printf(m, "no%s\n", trace_opts[i].name); in tracing_trace_options_show()