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()
76 uprobe_link = bpf_program__attach_uprobe_opts(skel->progs.handle_uprobe, in test_attach_probe_manual()83 skel->links.handle_uprobe = uprobe_link; in test_attach_probe_manual()
332 link1 = bpf_program__attach_uprobe_opts(skel->progs.handle_uprobe, 0 /* self pid */, in uprobe_subtest()339 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
32 int handle_uprobe(struct pt_regs *ctx) in handle_uprobe() function
48 int handle_uprobe(struct pt_regs *ctx) in handle_uprobe() function