Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf.h795 struct bpf_raw_tracepoint_opts { struct
808 struct bpf_raw_tracepoint_opts *opts); argument
H A Dlibbpf.c12655 struct bpf_raw_tracepoint_opts *opts) in bpf_program__attach_raw_tracepoint_opts()
12661 if (!OPTS_VALID(opts, bpf_raw_tracepoint_opts)) in bpf_program__attach_raw_tracepoint_opts()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_cookie.c685 LIBBPF_OPTS(bpf_raw_tracepoint_opts, opts); in raw_tp_subtest()