Lines Matching refs:bpf_uprobe
3136 struct bpf_uprobe { struct
3151 struct bpf_uprobe *uprobes; argument
3158 struct bpf_uprobe *uprobe;
3161 static void bpf_uprobe_unregister(struct bpf_uprobe *uprobes, u32 cnt) in bpf_uprobe_unregister()
3265 static int uprobe_prog_run(struct bpf_uprobe *uprobe, in uprobe_prog_run()
3310 struct bpf_uprobe *uprobe; in uprobe_multi_link_filter()
3312 uprobe = container_of(con, struct bpf_uprobe, consumer); in uprobe_multi_link_filter()
3320 struct bpf_uprobe *uprobe; in uprobe_multi_link_handler()
3323 uprobe = container_of(con, struct bpf_uprobe, consumer); in uprobe_multi_link_handler()
3334 struct bpf_uprobe *uprobe; in uprobe_multi_link_ret_handler()
3336 uprobe = container_of(con, struct bpf_uprobe, consumer); in uprobe_multi_link_ret_handler()
3364 struct bpf_uprobe *uprobes = NULL; in bpf_uprobe_multi_link_attach()