Home
last modified time | relevance | path

Searched refs:test4_result (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dget_func_args_test.c98 __u64 test4_result = 0; variable
106 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()
Dtest_uprobe.c13 int test4_result = 0; variable
59 test4_result = 1; in BPF_UPROBE()
Dfentry_test.c33 __u64 test4_result = 0; variable
37 test4_result = a == (void *)7 && b == 8 && c == 9 && d == 10; in BPF_PROG()
Dfexit_test.c33 __u64 test4_result = 0; variable
37 test4_result = a == (void *)7 && b == 8 && c == 9 && d == 10 && in BPF_PROG()
Dget_func_ip_test.c55 __u64 test4_result = 0; variable
61 test4_result = (const void *) addr == &bpf_fentry_test4; in BPF_KRETPROBE()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dget_func_args_test.c40 ASSERT_EQ(skel->bss->test4_result, 1, "test4_result"); in test_get_func_args_test()
Duprobe.c89 ASSERT_EQ(skel->bss->test4_result, 1, "urandlib_api"); in test_uprobe()
Dget_func_ip_test.c45 ASSERT_EQ(skel->bss->test4_result, 1, "test4_result"); in test_function_entry()