Searched refs:kprobe_link (Results 1 – 1 of 1) sorted by relevance
31 struct bpf_link *kprobe_link, *kretprobe_link; in test_attach_probe() local75 kprobe_link = bpf_program__attach_kprobe(skel->progs.handle_kprobe, in test_attach_probe()78 if (!ASSERT_OK_PTR(kprobe_link, "attach_kprobe")) in test_attach_probe()80 skel->links.handle_kprobe = kprobe_link; in test_attach_probe()