Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dfexit_stress.c24 LIBBPF_OPTS(bpf_prog_load_opts, trace_opts, in serial_test_fexit_stress()
31 trace_opts.expected_attach_type); in serial_test_fexit_stress()
34 trace_opts.attach_btf_id = err; in serial_test_fexit_stress()
40 &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-v6.6/kernel/trace/
Dtrace_functions_graph.c44 static struct tracer_opt trace_opts[] = { variable
83 .opts = trace_opts
Dtrace.c5355 struct tracer_opt *trace_opts; in tracing_trace_options_show() local
5362 trace_opts = tr->current_trace->flags->opts; in tracing_trace_options_show()
5371 for (i = 0; trace_opts[i].name; i++) { in tracing_trace_options_show()
5372 if (tracer_flags & trace_opts[i].bit) in tracing_trace_options_show()
5373 seq_printf(m, "%s\n", trace_opts[i].name); in tracing_trace_options_show()
5375 seq_printf(m, "no%s\n", trace_opts[i].name); in tracing_trace_options_show()