Home
last modified time | relevance | path

Searched refs:uprobe_res (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtest_task_pt_regs.c15 int uprobe_res = 0; variable
31 uprobe_res = 1; in handle_uprobe()
Dtest_attach_probe.c14 int uprobe_res = 0; variable
68 uprobe_res = 3; in handle_uprobe()
Dtest_bpf_cookie.c14 __u64 uprobe_res; variable
48 update(ctx, &uprobe_res); in handle_uprobe()
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dtask_pt_regs.c41 if (!ASSERT_EQ(skel->bss->uprobe_res, 1, "check_uprobe_res")) in test_task_pt_regs()
Dattach_probe.c214 ASSERT_EQ(skel->bss->uprobe_res, 3, "check_uprobe_res"); in test_attach_probe()
Dbpf_cookie.c286 ASSERT_EQ(skel->bss->uprobe_res, 0x100 | 0x200, "uprobe_res"); in uprobe_subtest()