Searched refs:bpf_uprobe_opts (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Duprobe.c38 LIBBPF_OPTS(bpf_uprobe_opts, uprobe_opts);
H A Dattach_probe.c39 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, uprobe_opts);
161 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, uprobe_opts);
197 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, uprobe_opts);
H A Dbpf_cookie.c320 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts);
H A Dfill_link_info.c233 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts,
/linux-master/tools/perf/bench/
H A Duprobe.c63 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, uprobe_opts);
/linux-master/tools/lib/bpf/
H A Dlibbpf.h649 struct bpf_uprobe_opts { struct
712 const struct bpf_uprobe_opts *opts);
H A Dusdt.c962 LIBBPF_OPTS(bpf_uprobe_opts, opts);
H A Dlibbpf.c11860 const struct bpf_uprobe_opts *opts)
11873 if (!OPTS_VALID(opts, bpf_uprobe_opts))
12005 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts);
12063 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts, .retprobe = retprobe);
12079 if (!OPTS_VALID(opts, bpf_uprobe_opts))

Completed in 177 milliseconds