Lines Matching refs:error_cnt
43 static int error_cnt, pass_cnt; variable
76 error_cnt++; \
94 error_cnt++; in bpf_find_map()
109 error_cnt++; in test_pkt_access()
143 error_cnt++; in test_xdp()
181 error_cnt++; in test_xdp_adjust_tail()
236 error_cnt++; in test_l4lb()
278 error_cnt++; in test_l4lb()
325 error_cnt++; in test_xdp_noinline()
367 error_cnt++; in test_xdp_noinline()
384 error_cnt++; in test_tcp_estats()
462 error_cnt++; in test_bpf_obj_id()
670 error_cnt++; in test_pkt_md_access()
1038 error_cnt++; in test_stacktrace_map()
1098 error_cnt++; in test_stacktrace_map_raw_tp()
1540 error_cnt++; in test_get_stack_raw_tp()
1616 error_cnt++; in test_task_fd_query_rawtp()
1688 error_cnt++; in test_task_fd_query_tp_core()
1723 printf("Summary: %d PASSED, %d FAILED\n", pass_cnt, error_cnt); in main()
1724 return error_cnt ? EXIT_FAILURE : EXIT_SUCCESS; in main()