Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dget_func_ip_test.c68 LIBBPF_OPTS(bpf_kprobe_opts, kopts); in test_function_body_kprobe()
Dattach_probe.c40 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, kprobe_opts); in test_attach_probe_manual()
Dfill_link_info.c138 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, opts, in test_kprobe_fill_link_info()
Dbpf_cookie.c24 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, opts); in kprobe_subtest()
/Linux-v6.6/tools/lib/bpf/
Dlibbpf.h487 struct bpf_kprobe_opts { struct
508 const struct bpf_kprobe_opts *opts); argument
Dlibbpf.c10505 const struct bpf_kprobe_opts *opts) in bpf_program__attach_kprobe_opts()
10516 if (!OPTS_VALID(opts, bpf_kprobe_opts)) in bpf_program__attach_kprobe_opts()
10602 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, opts, in bpf_program__attach_kprobe()
10613 LIBBPF_OPTS(bpf_kprobe_opts, kprobe_opts); in bpf_program__attach_ksyscall()
10904 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, opts); in attach_kprobe()