Searched refs:trace_opts (Results 1 – 4 of 4) sorted by relevance
25 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()
605 LIBBPF_OPTS(bpf_trace_opts, trace_opts); in tp_btf_subtest() 643 trace_opts.cookie = cookie = 0x33000000000000L; in tp_btf_subtest() 644 link = bpf_program__attach_trace_opts(skel->progs.handle_tp_btf, &trace_opts); in tp_btf_subtest()
47 static struct tracer_opt trace_opts[] = { variable 94 .opts = trace_opts
5136 struct tracer_opt *trace_opts; in tracing_trace_options_show() local 5144 trace_opts = tr->current_trace->flags->opts; in tracing_trace_options_show() 5153 for (i = 0; trace_opts[i].name; i++) { in tracing_trace_options_show() 5154 if (tracer_flags & trace_opts[i].bit) in tracing_trace_options_show() 5155 seq_printf(m, "%s\n", trace_opts[i].name); in tracing_trace_options_show() 5157 seq_printf(m, "no%s\n", trace_opts[i].name); in tracing_trace_options_show()