Home
last modified time | relevance | path

Searched refs:uretprobe_byname2_rc (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_uprobe_autoattach.c16 char *uretprobe_byname2_rc = NULL; variable
68 uretprobe_byname2_rc = (char *)PT_REGS_RC_CORE(ctx); in handle_uretprobe_byname2()
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Duprobe_autoattach.c44 ASSERT_EQ(skel->bss->uretprobe_byname2_rc, mem, "check_uretprobe_byname2_rc"); in test_uprobe_autoattach()