Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_attach_probe.c11 int uprobe_res = 0; variable
31 uprobe_res = 3; in handle_uprobe()
Dtest_task_pt_regs.c15 int uprobe_res = 0; variable
31 uprobe_res = 1; in handle_uprobe()
Dtest_bpf_cookie.c13 int uprobe_res; variable
43 update(ctx, &uprobe_res); in handle_uprobe()
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dattach_probe.c87 if (CHECK(skel->bss->uprobe_res != 3, "check_uprobe_res", in test_attach_probe()
88 "wrong uprobe res: %d\n", skel->bss->uprobe_res)) in test_attach_probe()
Dtask_pt_regs.c37 if (!ASSERT_EQ(skel->bss->uprobe_res, 1, "check_uprobe_res")) in test_task_pt_regs()
Dbpf_cookie.c104 ASSERT_EQ(skel->bss->uprobe_res, 0x100 | 0x200, "uprobe_res"); in uprobe_subtest()