Searched refs:test1_result (Results 1 – 10 of 10) sorted by relevance
9 __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()
10 __u64 test1_result = 0; variable 16 test1_result = (const void *) addr == (const void *) uprobe_trigger_body + 1; in BPF_UPROBE()
10 int test1_result = 0; variable 23 test1_result = 1; in BPF_UPROBE()
9 __u64 test1_result = 0; variable 14 test1_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG()
9 __u64 test1_result = 0; variable 13 test1_result = a == 1; in BPF_PROG()
25 __u64 test1_result = 0; variable 31 test1_result = (const void *) addr == &bpf_fentry_test1; in BPF_PROG()
9 __u64 test1_result = 0; variable 13 test1_result = a == 1 && ret == 2; in BPF_PROG()
36 printf("%lld\n", fentry_skel->bss->test1_result); in test_fentry_fexit()
76 ASSERT_EQ(fentry_skel->bss->test1_result, 1, in fentry_many_args()
76 ASSERT_EQ(fexit_skel->bss->test1_result, 1, in fexit_many_args()