Searched refs:uprobe_link (Results 1 – 3 of 3) sorted by relevance
15 struct bpf_link *uprobe_link; in test_task_pt_regs() local29 uprobe_link = bpf_program__attach_uprobe(skel->progs.handle_uprobe, in test_task_pt_regs()34 if (!ASSERT_OK_PTR(uprobe_link, "attach_uprobe")) in test_task_pt_regs()36 skel->links.handle_uprobe = uprobe_link; in test_task_pt_regs()
32 struct bpf_link *uprobe_link, *uretprobe_link; in test_attach_probe() local101 uprobe_link = bpf_program__attach_uprobe_opts(skel->progs.handle_uprobe, in test_attach_probe()106 if (!ASSERT_OK_PTR(uprobe_link, "attach_uprobe")) in test_attach_probe()108 skel->links.handle_uprobe = uprobe_link; in test_attach_probe()
1016 struct bpf_link *uprobe_link; in usdt_manager_attach_usdt() local1054 uprobe_link = bpf_program__attach_uprobe_opts(prog, pid, path, in usdt_manager_attach_usdt()1056 err = libbpf_get_error(uprobe_link); in usdt_manager_attach_usdt()1063 link->uprobes[i].link = uprobe_link; in usdt_manager_attach_usdt()
Completed in 12 milliseconds