Searched refs:uprobe_res (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_attach_probe.c | 11 int uprobe_res = 0; variable 31 uprobe_res = 3; in handle_uprobe()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_task_pt_regs.c | 15 int uprobe_res = 0; variable 31 uprobe_res = 1; in handle_uprobe()
|
H A D | test_attach_probe_manual.c | 12 int uprobe_res = 0; variable 34 uprobe_res = 3; in handle_uprobe()
|
H A D | test_bpf_cookie.c | 14 __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 D | attach_probe.c | 96 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 D | task_pt_regs.c | 41 if (!ASSERT_EQ(skel->bss->uprobe_res, 1, "check_uprobe_res")) in test_task_pt_regs()
|
H A D | attach_probe.c | 117 ASSERT_EQ(skel->bss->uprobe_res, 3, "check_uprobe_res"); in test_attach_probe_manual()
|
H A D | bpf_cookie.c | 362 ASSERT_EQ(skel->bss->uprobe_res, 0x100 | 0x200, "uprobe_res"); in uprobe_subtest()
|
Completed in 3 milliseconds