Searched refs:bpf_uprobe_opts (Results 1 – 6 of 6) sorted by relevance
/tools/testing/selftests/bpf/prog_tests/ |
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()
|
D | bpf_cookie.c | 320 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts); in uprobe_subtest()
|
/tools/perf/bench/ |
D | uprobe.c | 63 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, uprobe_opts); in bench_uprobe__setup_bpf_skel()
|
/tools/lib/bpf/ |
D | libbpf.h | 630 struct bpf_uprobe_opts { struct 693 const struct bpf_uprobe_opts *opts);
|
D | usdt.c | 962 LIBBPF_OPTS(bpf_uprobe_opts, opts); in usdt_manager_attach_usdt()
|
D | libbpf.c | 11369 const struct bpf_uprobe_opts *opts) in bpf_program__attach_uprobe_opts() 11382 if (!OPTS_VALID(opts, bpf_uprobe_opts)) in bpf_program__attach_uprobe_opts() 11514 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts); in attach_uprobe() 11562 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts, .retprobe = retprobe); in bpf_program__attach_uprobe() 11578 if (!OPTS_VALID(opts, bpf_uprobe_opts)) in bpf_program__attach_usdt()
|