Searched refs:kprobe_link (Results 1 – 2 of 2) sorted by relevance
12 struct bpf_link *kprobe_link = NULL; in test_probe_user() local35 kprobe_link = bpf_program__attach(kprobe_prog); in test_probe_user()36 if (!ASSERT_OK_PTR(kprobe_link, "attach_kprobe")) in test_probe_user()71 bpf_link__destroy(kprobe_link); in test_probe_user()
12 struct bpf_link *kprobe_link, *kretprobe_link; in test_attach_probe() local34 kprobe_link = bpf_program__attach_kprobe(skel->progs.handle_kprobe, in test_attach_probe()37 if (!ASSERT_OK_PTR(kprobe_link, "attach_kprobe")) in test_attach_probe()39 skel->links.handle_kprobe = kprobe_link; in test_attach_probe()