Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/progs/
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()
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()
Dfentry_many_args.c9 __u64 test1_result = 0; variable
14 test1_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG()
Dfexit_many_args.c9 __u64 test1_result = 0; variable
14 test1_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG()
Dfentry_test.c9 __u64 test1_result = 0; variable
13 test1_result = a == 1; in BPF_PROG()
Dfexit_test.c9 __u64 test1_result = 0; variable
13 test1_result = a == 1 && ret == 2; in BPF_PROG()
Dget_func_ip_test.c26 __u64 test1_result = 0; variable
32 test1_result = (const void *) addr == &bpf_fentry_test1; in BPF_PROG()
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
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()
Dget_func_args_test.c37 ASSERT_EQ(skel->bss->test1_result, 1, "test1_result"); in test_get_func_args_test()
Dfentry_fexit.c36 printf("%lld\n", fentry_skel->bss->test1_result); in test_fentry_fexit()
Dfentry_test.c76 ASSERT_EQ(fentry_skel->bss->test1_result, 1, in fentry_many_args()
Dfexit_test.c76 ASSERT_EQ(fexit_skel->bss->test1_result, 1, in fexit_many_args()