Home
last modified time | relevance | path

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

/linux-6.15/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()
H A Dbpf_cookie.c583 LIBBPF_OPTS(bpf_trace_opts, trace_opts); in tp_btf_subtest()
621 trace_opts.cookie = cookie = 0x33000000000000L; in tp_btf_subtest()
622 link = bpf_program__attach_trace_opts(skel->progs.handle_tp_btf, &trace_opts); in tp_btf_subtest()
/linux-6.15/kernel/trace/
H A Dtrace_functions_graph.c47 static struct tracer_opt trace_opts[] = { variable
94 .opts = trace_opts
H A Dtrace.c5116 struct tracer_opt *trace_opts; in tracing_trace_options_show() local
5124 trace_opts = tr->current_trace->flags->opts; in tracing_trace_options_show()
5133 for (i = 0; trace_opts[i].name; i++) { in tracing_trace_options_show()
5134 if (tracer_flags & trace_opts[i].bit) in tracing_trace_options_show()
5135 seq_printf(m, "%s\n", trace_opts[i].name); in tracing_trace_options_show()
5137 seq_printf(m, "no%s\n", trace_opts[i].name); in tracing_trace_options_show()