Searched refs:handle_uprobe (Results 1 – 6 of 6) sorted by relevance
29 uprobe_link = bpf_program__attach_uprobe(skel->progs.handle_uprobe, in test_task_pt_regs()36 skel->links.handle_uprobe = uprobe_link; in test_task_pt_regs()
101 uprobe_link = bpf_program__attach_uprobe_opts(skel->progs.handle_uprobe, in test_attach_probe()108 skel->links.handle_uprobe = uprobe_link; in test_attach_probe()
256 link1 = bpf_program__attach_uprobe_opts(skel->progs.handle_uprobe, 0 /* self pid */, in uprobe_subtest()263 link2 = bpf_program__attach_uprobe_opts(skel->progs.handle_uprobe, -1 /* any pid */, in uprobe_subtest()
18 int handle_uprobe(struct pt_regs *ctx) in handle_uprobe() function
66 int handle_uprobe(struct pt_regs *ctx) in handle_uprobe() function
46 int handle_uprobe(struct pt_regs *ctx) in handle_uprobe() function