Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dbpf_cookie.c13 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, opts); in kprobe_subtest()
/Linux-v5.15/tools/lib/bpf/
Dlibbpf.h263 struct bpf_kprobe_opts { struct
282 const struct bpf_kprobe_opts *opts); argument
Dlibbpf.c9213 const struct bpf_kprobe_opts *opts) in bpf_program__attach_kprobe_opts()
9222 if (!OPTS_VALID(opts, bpf_kprobe_opts)) in bpf_program__attach_kprobe_opts()
9253 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, opts, in bpf_program__attach_kprobe()
9263 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, opts); in attach_kprobe()