Home
last modified time | relevance | path

Searched refs:bpf_trace_opts (Results 1 – 3 of 3) sorted by relevance

/linux/tools/lib/bpf/
H A Dlibbpf.h810 struct bpf_trace_opts { struct
821 bpf_program__attach_trace_opts(const struct bpf_program *prog, const struct bpf_trace_opts *opts); argument
H A Dlibbpf.c12738 const struct bpf_trace_opts *opts) in bpf_program__attach_btf_id()
12744 if (!OPTS_VALID(opts, bpf_trace_opts)) in bpf_program__attach_btf_id()
12778 const struct bpf_trace_opts *opts) in bpf_program__attach_trace_opts()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_cookie.c605 LIBBPF_OPTS(bpf_trace_opts, trace_opts); in tp_btf_subtest()