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

/linux-master/tools/testing/selftests/bpf/progs/
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;
H A Dtest_uprobe.c10 int test1_result = 0; variable
23 test1_result = 1;
H A Dget_func_args_test.c9 __u64 test1_result = 0; variable
17 test1_result = cnt == 1;
30 test1_result &= err == 0 && ((int) a == 1);
34 test1_result &= err == -EINVAL;
38 test1_result &= err == -EOPNOTSUPP;
H A Dfentry_test.c9 __u64 test1_result = 0; variable
13 test1_result = a == 1;
H A Dfentry_many_args.c9 __u64 test1_result = 0; variable
14 test1_result = a == 16 && b == (void *)17 && c == 18 && d == 19 &&
H A Dfexit_many_args.c9 __u64 test1_result = 0; variable
14 test1_result = a == 16 && b == (void *)17 && c == 18 && d == 19 &&
H A Dfexit_test.c9 __u64 test1_result = 0; variable
13 test1_result = a == 1 && ret == 2;
H A Dget_func_ip_test.c26 __u64 test1_result = 0; variable
32 test1_result = (const void *) addr == &bpf_fentry_test1;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfentry_fexit.c36 printf("%lld\n", fentry_skel->bss->test1_result);
H A Dget_func_args_test.c37 ASSERT_EQ(skel->bss->test1_result, 1, "test1_result");
H A Dget_func_ip_test.c42 ASSERT_EQ(skel->bss->test1_result, 1, "test1_result");
120 ASSERT_EQ(skel->bss->test1_result, 1, "test1_result");
H A Dfexit_test.c76 ASSERT_EQ(fexit_skel->bss->test1_result, 1,
H A Dfentry_test.c76 ASSERT_EQ(fentry_skel->bss->test1_result, 1,
H A Duprobe.c86 ASSERT_EQ(skel->bss->test1_result, 1, "urandlib_api_sameoffset");

Completed in 160 milliseconds