Lines Matching refs:bpf_uprobe
3025 struct bpf_uprobe { struct
3036 struct bpf_uprobe *uprobes; argument
3043 struct bpf_uprobe *uprobe;
3046 static void bpf_uprobe_unregister(struct path *path, struct bpf_uprobe *uprobes, in bpf_uprobe_unregister()
3082 static int uprobe_prog_run(struct bpf_uprobe *uprobe, in uprobe_prog_run()
3123 struct bpf_uprobe *uprobe; in uprobe_multi_link_filter()
3125 uprobe = container_of(con, struct bpf_uprobe, consumer); in uprobe_multi_link_filter()
3132 struct bpf_uprobe *uprobe; in uprobe_multi_link_handler()
3134 uprobe = container_of(con, struct bpf_uprobe, consumer); in uprobe_multi_link_handler()
3141 struct bpf_uprobe *uprobe; in uprobe_multi_link_ret_handler()
3143 uprobe = container_of(con, struct bpf_uprobe, consumer); in uprobe_multi_link_ret_handler()
3169 struct bpf_uprobe *uprobes = NULL; in bpf_uprobe_multi_link_attach()