Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dlibbpf.h808 struct bpf_trace_opts { struct
819 bpf_program__attach_trace_opts(const struct bpf_program *prog, const struct bpf_trace_opts *opts); argument
H A Dlibbpf.c12716 const struct bpf_trace_opts *opts) in bpf_program__attach_btf_id()
12722 if (!OPTS_VALID(opts, bpf_trace_opts)) in bpf_program__attach_btf_id()
12756 const struct bpf_trace_opts *opts) in bpf_program__attach_trace_opts()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_cookie.c583 LIBBPF_OPTS(bpf_trace_opts, trace_opts); in tp_btf_subtest()