Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dget_func_ip_test.c68 LIBBPF_OPTS(bpf_kprobe_opts, kopts); in test_function_body_kprobe()
H A Dattach_probe.c40 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, kprobe_opts); in test_attach_probe_manual()
174 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, kprobe_opts); in test_uprobe_lib()
H A Dfill_link_info.c158 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, opts, in test_kprobe_fill_link_info()
H A Dbpf_cookie.c24 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, opts); in kprobe_subtest()
/linux/tools/lib/bpf/
H A Dlibbpf.h532 struct bpf_kprobe_opts { struct
553 const struct bpf_kprobe_opts *opts); argument
H A Dlibbpf.c11307 const struct bpf_kprobe_opts *opts) in bpf_program__attach_kprobe_opts()
11317 if (!OPTS_VALID(opts, bpf_kprobe_opts)) in bpf_program__attach_kprobe_opts()
11403 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, opts, in bpf_program__attach_kprobe()
11414 LIBBPF_OPTS(bpf_kprobe_opts, kprobe_opts); in bpf_program__attach_ksyscall()
11752 DECLARE_LIBBPF_OPTS(bpf_kprobe_opts, opts); in attach_kprobe()