Searched refs:uprobe_link (Results 1 – 1 of 1) sorted by relevance
30 struct bpf_link *uprobe_link, *uretprobe_link; in test_attach_probe() local63 uprobe_link = bpf_program__attach_uprobe(skel->progs.handle_uprobe, in test_attach_probe()68 if (CHECK(IS_ERR(uprobe_link), "attach_uprobe", in test_attach_probe()69 "err %ld\n", PTR_ERR(uprobe_link))) in test_attach_probe()71 skel->links.handle_uprobe = uprobe_link; in test_attach_probe()