Home
last modified time | relevance | path

Searched refs:bpf_uprobe (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dbpf_trace.c3042 struct bpf_uprobe { struct
3054 struct bpf_uprobe *uprobes; argument
3061 struct bpf_uprobe *uprobe;
3064 static void bpf_uprobe_unregister(struct path *path, struct bpf_uprobe *uprobes, in bpf_uprobe_unregister()
3100 static int uprobe_prog_run(struct bpf_uprobe *uprobe, in uprobe_prog_run()
3140 struct bpf_uprobe *uprobe; in uprobe_multi_link_filter()
3142 uprobe = container_of(con, struct bpf_uprobe, consumer); in uprobe_multi_link_filter()
3149 struct bpf_uprobe *uprobe; in uprobe_multi_link_handler()
3151 uprobe = container_of(con, struct bpf_uprobe, consumer); in uprobe_multi_link_handler()
3158 struct bpf_uprobe *uprobe; in uprobe_multi_link_ret_handler()
[all …]