Home
last modified time | relevance | path

Searched refs:kprobe_res (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_attach_probe.c9 int kprobe_res = 0; variable
17 kprobe_res = 1; in handle_kprobe()
Dtest_bpf_cookie.c10 int kprobe_res; variable
29 update(ctx, &kprobe_res); in handle_kprobe()
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dattach_probe.c77 if (CHECK(skel->bss->kprobe_res != 1, "check_kprobe_res", in test_attach_probe()
78 "wrong kprobe res: %d\n", skel->bss->kprobe_res)) in test_attach_probe()
Dbpf_cookie.c50 ASSERT_EQ(skel->bss->kprobe_res, 0x1 | 0x2, "kprobe_res"); in kprobe_subtest()