Home
last modified time | relevance | path

Searched refs:test1_result (Results 1 – 14 of 14) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dget_func_args_test.c9 __u64 test1_result = 0; variable
17 test1_result = cnt == 1; in BPF_PROG()
30 test1_result &= err == 0 && ((int) a == 1); in BPF_PROG()
34 test1_result &= err == -EINVAL; in BPF_PROG()
38 test1_result &= err == -EOPNOTSUPP; in BPF_PROG()
H A Dget_func_ip_uprobe_test.c10 __u64 test1_result = 0; variable
16 test1_result = (const void *) addr == (const void *) uprobe_trigger_body + 1; in BPF_UPROBE()
H A Dtest_uprobe.c10 int test1_result = 0; variable
23 test1_result = 1; in BPF_UPROBE()
H A Dfentry_many_args.c9 __u64 test1_result = 0; variable
14 test1_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG()
H A Dfexit_many_args.c9 __u64 test1_result = 0; variable
14 test1_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG()
H A Dfentry_test.c9 __u64 test1_result = 0; variable
13 test1_result = a == 1; in BPF_PROG()
H A Dfexit_test.c9 __u64 test1_result = 0; variable
13 test1_result = a == 1 && ret == 2; in BPF_PROG()
H A Dget_func_ip_test.c25 __u64 test1_result = 0; variable
31 test1_result = (const void *) addr == &bpf_fentry_test1; in BPF_PROG()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dget_func_ip_test.c42 ASSERT_EQ(skel->bss->test1_result, 1, "test1_result"); in test_function_entry()
120 ASSERT_EQ(skel->bss->test1_result, 1, "test1_result"); in test_function_body_uprobe()
H A Dget_func_args_test.c37 ASSERT_EQ(skel->bss->test1_result, 1, "test1_result"); in test_get_func_args_test()
H A Dfentry_fexit.c36 printf("%lld\n", fentry_skel->bss->test1_result); in test_fentry_fexit()
H A Dfexit_test.c76 ASSERT_EQ(fexit_skel->bss->test1_result, 1, in fexit_many_args()
H A Dfentry_test.c76 ASSERT_EQ(fentry_skel->bss->test1_result, 1, in fentry_many_args()
H A Duprobe.c86 ASSERT_EQ(skel->bss->test1_result, 1, "urandlib_api_sameoffset"); in test_uprobe()