Searched refs:test4_result (Results 1 – 8 of 8) sorted by relevance
98 __u64 test4_result = 0; variable106 test4_result = cnt == 2; in BPF_PROG()110 test4_result &= err == 0 && ((int) a == 1); in BPF_PROG()113 test4_result &= err == 0 && ((int *) b == _b); in BPF_PROG()117 test4_result &= err == -EINVAL; in BPF_PROG()121 test4_result &= err == 0 && ret == 1234; in BPF_PROG()
13 int test4_result = 0; variable59 test4_result = 1; in BPF_UPROBE()
33 __u64 test4_result = 0; variable37 test4_result = a == (void *)7 && b == 8 && c == 9 && d == 10; in BPF_PROG()
33 __u64 test4_result = 0; variable37 test4_result = a == (void *)7 && b == 8 && c == 9 && d == 10 && in BPF_PROG()
55 __u64 test4_result = 0; variable61 test4_result = (const void *) addr == &bpf_fentry_test4; in BPF_KRETPROBE()
40 ASSERT_EQ(skel->bss->test4_result, 1, "test4_result"); in test_get_func_args_test()
89 ASSERT_EQ(skel->bss->test4_result, 1, "urandlib_api"); in test_uprobe()
45 ASSERT_EQ(skel->bss->test4_result, 1, "test4_result"); in test_function_entry()