Searched refs:handle_uprobe_byname (Results 1 – 3 of 3) sorted by relevance
109 uprobe_err_link = bpf_program__attach(skel->progs.handle_uprobe_byname); in test_attach_probe()117 skel->links.handle_uprobe_byname = in test_attach_probe()118 bpf_program__attach_uprobe_opts(skel->progs.handle_uprobe_byname, in test_attach_probe()122 if (!ASSERT_OK_PTR(skel->links.handle_uprobe_byname, "attach_uprobe_byname")) in test_attach_probe()
31 int handle_uprobe_byname(struct pt_regs *ctx) in handle_uprobe_byname() function
64 int handle_uprobe_byname(struct pt_regs *ctx) in handle_uprobe_byname() function