Searched refs:uprobe_link (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | task_pt_regs.c | 15 struct bpf_link *uprobe_link; in test_task_pt_regs() local 29 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()
|
| H A D | attach_probe.c | 43 struct bpf_link *uprobe_link, *uretprobe_link; in test_attach_probe_manual() 77 uprobe_link = bpf_program__attach_uprobe_opts(skel->progs.handle_uprobe, in test_attach_probe_manual() 82 if (!ASSERT_OK_PTR(uprobe_link, "attach_uprobe")) in test_attach_probe_manual() 84 skel->links.handle_uprobe = uprobe_link; in test_attach_probe_manual() 264 struct bpf_link *uprobe_link, *uretprobe_link; in test_uprobe_sleepable() 284 uprobe_link = bpf_program__attach_uprobe_opts(skel->progs.handle_uprobe, in test_uprobe_sleepable() 289 if (!ASSERT_OK_PTR(uprobe_link, "attach_uprobe_long_event_name")) in test_uprobe_sleepable() 291 skel->links.handle_uprobe = uprobe_link; in test_uprobe_sleepable() 499 struct bpf_link *uprobe_link, *uretprobe_link; 514 uprobe_link 42 struct bpf_link *uprobe_link, *uretprobe_link; test_attach_probe_manual() local 198 struct bpf_link *uprobe_link, *uretprobe_link; test_uprobe_ref_ctr() local [all...] |