Searched refs:test3_result (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | get_func_args_test.c | 69 __u64 test3_result = 0; variable 77 test3_result = cnt == 2; in BPF_PROG() 81 test3_result &= err == 0 && ((int) a == 1); in BPF_PROG() 84 test3_result &= err == 0 && ((int *) b == _b); in BPF_PROG() 88 test3_result &= err == -EINVAL; in BPF_PROG() 92 test3_result &= err == 0 && ret == 0; in BPF_PROG()
|
| A D | test_uprobe.c | 12 int test3_result = 0; variable 47 test3_result = ret; in BPF_URETPROBE()
|
| A D | fentry_many_args.c | 30 __u64 test3_result = 0; variable 35 test3_result = a == 16 && b == 17 && c == 18 && d == 19 && in BPF_PROG()
|
| A D | fexit_many_args.c | 31 __u64 test3_result = 0; variable 36 test3_result = a == 16 && b == 17 && c == 18 && d == 19 && in BPF_PROG()
|
| A D | fentry_test.c | 25 __u64 test3_result = 0; variable 29 test3_result = a == 4 && b == 5 && c == 6; in BPF_PROG()
|
| A D | get_func_ip_test.c | 45 __u64 test3_result = 0; variable 51 test3_result = (const void *) addr == &bpf_fentry_test3; in test3()
|
| A D | fexit_test.c | 25 __u64 test3_result = 0; variable 29 test3_result = a == 4 && b == 5 && c == 6 && ret == 15; in BPF_PROG()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | get_func_args_test.c | 39 ASSERT_EQ(skel->bss->test3_result, 1, "test3_result"); in test_get_func_args_test()
|
| A D | fentry_test.c | 80 ASSERT_EQ(fentry_skel->bss->test3_result, 1, in fentry_many_args()
|
| A D | fexit_test.c | 80 ASSERT_EQ(fexit_skel->bss->test3_result, 1, in fexit_many_args()
|
| A D | uprobe.c | 88 ASSERT_EQ(skel->bss->test3_result, 3, "urandlib_api_sameoffset@@v2"); in test_uprobe()
|
| A D | get_func_ip_test.c | 44 ASSERT_EQ(skel->bss->test3_result, 1, "test3_result"); in test_function_entry()
|
Completed in 10 milliseconds