Home
last modified time | relevance | path

Searched refs:handle_uretprobe_byname (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dattach_probe.c143 skel->links.handle_uretprobe_byname = in test_attach_probe_auto()
144 bpf_program__attach(skel->progs.handle_uretprobe_byname); in test_attach_probe_auto()
145 if (!ASSERT_OK_PTR(skel->links.handle_uretprobe_byname, "attach_uretprobe_byname")) in test_attach_probe_auto()
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_uprobe_autoattach.c81 int BPF_URETPROBE(handle_uretprobe_byname, int ret) in BPF_URETPROBE() argument
Dtest_attach_probe.c63 int handle_uretprobe_byname(struct pt_regs *ctx) in handle_uretprobe_byname() function