Home
last modified time | relevance | path

Searched refs:bpf_uprobe_opts (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dattach_probe.c10 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, uprobe_opts); in test_attach_probe()
Dbpf_cookie.c62 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts); in uprobe_subtest()
/Linux-v5.15/tools/lib/bpf/
Dlibbpf.h284 struct bpf_uprobe_opts { struct
306 const struct bpf_uprobe_opts *opts); argument
Dlibbpf.c9295 const struct bpf_uprobe_opts *opts) in bpf_program__attach_uprobe_opts()
9304 if (!OPTS_VALID(opts, bpf_uprobe_opts)) in bpf_program__attach_uprobe_opts()
9338 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts, .retprobe = retprobe); in bpf_program__attach_uprobe()