Home
last modified time | relevance | path

Searched refs:uprobe_res (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_attach_probe.c11 int uprobe_res = 0; variable
31 uprobe_res = 3; in handle_uprobe()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_task_pt_regs.c15 int uprobe_res = 0; variable
31 uprobe_res = 1; in handle_uprobe()
H A Dtest_attach_probe_manual.c12 int uprobe_res = 0; variable
34 uprobe_res = 3; in handle_uprobe()
H A Dtest_bpf_cookie.c14 __u64 uprobe_res; variable
48 update(ctx, &uprobe_res); in handle_uprobe()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dattach_probe.c96 if (CHECK(skel->bss->uprobe_res != 3, "check_uprobe_res", in test_attach_probe()
97 "wrong uprobe res: %d\n", skel->bss->uprobe_res)) in test_attach_probe()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtask_pt_regs.c41 if (!ASSERT_EQ(skel->bss->uprobe_res, 1, "check_uprobe_res")) in test_task_pt_regs()
H A Dattach_probe.c117 ASSERT_EQ(skel->bss->uprobe_res, 3, "check_uprobe_res"); in test_attach_probe_manual()
H A Dbpf_cookie.c362 ASSERT_EQ(skel->bss->uprobe_res, 0x100 | 0x200, "uprobe_res"); in uprobe_subtest()

Completed in 3 milliseconds