Searched refs:bpf_kprobe_opts (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | get_func_ip_test.c | 68 LIBBPF_OPTS(bpf_kprobe_opts, kopts); in test_function_body_kprobe()
|
| H A D | attach_probe.c | 40 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, kprobe_opts); in test_attach_probe_manual()
|
| H A D | bpf_cookie.c | 24 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, opts); in kprobe_subtest()
|
| H A D | fill_link_info.c | 156 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, opts, in test_kprobe_fill_link_info()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.h | 530 struct bpf_kprobe_opts { struct 551 const struct bpf_kprobe_opts *opts); argument
|
| H A D | libbpf.c | 11272 const struct bpf_kprobe_opts *opts) in bpf_program__attach_kprobe_opts() 11282 if (!OPTS_VALID(opts, bpf_kprobe_opts)) in bpf_program__attach_kprobe_opts() 11368 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, opts, in bpf_program__attach_kprobe() 11379 LIBBPF_OPTS(bpf_kprobe_opts, kprobe_opts); in bpf_program__attach_ksyscall() 11717 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, opts); in attach_kprobe()
|