Searched refs:bpf_uprobe_opts (Results 1 – 5 of 5) sorted by relevance
30 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, uprobe_opts); in test_attach_probe()
244 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts); in uprobe_subtest()
554 struct bpf_uprobe_opts { struct615 const struct bpf_uprobe_opts *opts);
947 LIBBPF_OPTS(bpf_uprobe_opts, opts); in usdt_manager_attach_usdt()
10773 const struct bpf_uprobe_opts *opts) in bpf_program__attach_uprobe_opts()10784 if (!OPTS_VALID(opts, bpf_uprobe_opts)) in bpf_program__attach_uprobe_opts()10882 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts); in attach_uprobe()10930 DECLARE_LIBBPF_OPTS(bpf_uprobe_opts, opts, .retprobe = retprobe); in bpf_program__attach_uprobe()10946 if (!OPTS_VALID(opts, bpf_uprobe_opts)) in bpf_program__attach_usdt()
Completed in 31 milliseconds