Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dattach_probe.c30 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, uprobe_opts); in test_attach_probe()
Dbpf_cookie.c244 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts); in uprobe_subtest()
/Linux-v6.1/tools/lib/bpf/
Dlibbpf.h510 struct bpf_uprobe_opts { struct
571 const struct bpf_uprobe_opts *opts);
Dusdt.c951 LIBBPF_OPTS(bpf_uprobe_opts, opts); in usdt_manager_attach_usdt()
Dlibbpf.c10736 const struct bpf_uprobe_opts *opts) in bpf_program__attach_uprobe_opts()
10747 if (!OPTS_VALID(opts, bpf_uprobe_opts)) in bpf_program__attach_uprobe_opts()
10845 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts); in attach_uprobe()
10893 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts, .retprobe = retprobe); in bpf_program__attach_uprobe()
10909 if (!OPTS_VALID(opts, bpf_uprobe_opts)) in bpf_program__attach_usdt()