Searched refs:handle_uprobe (Results 1 – 2 of 2) sorted by relevance
63 uprobe_link = bpf_program__attach_uprobe(skel->progs.handle_uprobe, in test_attach_probe()71 skel->links.handle_uprobe = uprobe_link; in test_attach_probe()
29 int handle_uprobe(struct pt_regs *ctx) in handle_uprobe() function