Searched refs:bpf_uprobe (Results 1 – 1 of 1) sorted by relevance
3136 struct bpf_uprobe { struct3151 struct bpf_uprobe *uprobes; argument3158 struct bpf_uprobe *uprobe;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()[all …]