Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dfexit_stress.c19 LIBBPF_OPTS(bpf_prog_load_opts, trace_opts, in serial_test_fexit_stress()
26 trace_opts.expected_attach_type); in serial_test_fexit_stress()
29 trace_opts.attach_btf_id = err; in serial_test_fexit_stress()
35 &trace_opts); in serial_test_fexit_stress()
Draw_tp_writable_test_run.c20 LIBBPF_OPTS(bpf_prog_load_opts, trace_opts, in serial_test_raw_tp_writable_test_run()
28 &trace_opts); in serial_test_raw_tp_writable_test_run()
/linux-6.1.9/kernel/trace/
Dtrace_functions_graph.c44 static struct tracer_opt trace_opts[] = { variable
77 .opts = trace_opts
Dtrace.c5236 struct tracer_opt *trace_opts; in tracing_trace_options_show() local
5243 trace_opts = tr->current_trace->flags->opts; in tracing_trace_options_show()
5252 for (i = 0; trace_opts[i].name; i++) { in tracing_trace_options_show()
5253 if (tracer_flags & trace_opts[i].bit) in tracing_trace_options_show()
5254 seq_printf(m, "%s\n", trace_opts[i].name); in tracing_trace_options_show()
5256 seq_printf(m, "no%s\n", trace_opts[i].name); in tracing_trace_options_show()