Searched refs:bpf_uprobe_opts (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | attach_probe.c | 39 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, uprobe_opts); in test_attach_probe_manual() 161 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, uprobe_opts); in test_uprobe_lib() 197 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, uprobe_opts); in test_uprobe_ref_ctr()
|
| H A D | uprobe.c | 38 LIBBPF_OPTS(bpf_uprobe_opts, uprobe_opts); in test_uprobe()
|
| H A D | uretprobe_stack.c | 128 LIBBPF_OPTS(bpf_uprobe_opts, uprobe_opts); in test_uretprobe_stack()
|
| H A D | bpf_cookie.c | 320 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts); in uprobe_subtest()
|
| H A D | fill_link_info.c | 240 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts, in test_uprobe_fill_link_info()
|
| /linux-6.15/tools/perf/bench/ |
| H A D | uprobe.c | 65 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, uprobe_opts); in bench_uprobe__setup_bpf_skel()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.h | 679 struct bpf_uprobe_opts { struct 742 const struct bpf_uprobe_opts *opts);
|
| H A D | usdt.c | 964 LIBBPF_OPTS(bpf_uprobe_opts, opts); in usdt_manager_attach_usdt()
|
| H A D | libbpf.c | 12218 const struct bpf_uprobe_opts *opts) in bpf_program__attach_uprobe_opts() 12231 if (!OPTS_VALID(opts, bpf_uprobe_opts)) in bpf_program__attach_uprobe_opts() 12363 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts); in attach_uprobe() 12421 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts, .retprobe = retprobe); in bpf_program__attach_uprobe() 12437 if (!OPTS_VALID(opts, bpf_uprobe_opts)) in bpf_program__attach_usdt()
|