Home
last modified time | relevance | path

Searched refs:uretprobe_res (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_attach_probe.c12 int uretprobe_res = 0; variable
38 uretprobe_res = 4; in handle_uretprobe()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_attach_probe_manual.c13 int uretprobe_res = 0; variable
41 uretprobe_res = 4; in handle_uretprobe()
H A Dtest_bpf_cookie.c15 __u64 uretprobe_res; variable
55 update(ctx, &uretprobe_res); in handle_uretprobe()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dattach_probe.c99 if (CHECK(skel->bss->uretprobe_res != 4, "check_uretprobe_res", in test_attach_probe()
100 "wrong uretprobe res: %d\n", skel->bss->uretprobe_res)) in test_attach_probe()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dattach_probe.c118 ASSERT_EQ(skel->bss->uretprobe_res, 4, "check_uretprobe_res"); in test_attach_probe_manual()
H A Dbpf_cookie.c363 ASSERT_EQ(skel->bss->uretprobe_res, 0x1000 | 0x2000, "uretprobe_res"); in uprobe_subtest()

Completed in 3 milliseconds