Lines Matching refs:handler_errors
17 static int errors, handler_errors, num_tests; variable
29 handler_errors++; in kp_pre_handler()
40 handler_errors++; in kp_post_handler()
44 handler_errors++; in kp_post_handler()
71 handler_errors++; in test_kprobe()
76 handler_errors++; in test_kprobe()
97 handler_errors++; in kp_post_handler2()
129 handler_errors++; in test_kprobes()
134 handler_errors++; in test_kprobes()
143 handler_errors++; in test_kprobes()
148 handler_errors++; in test_kprobes()
162 handler_errors++; in entry_handler()
174 handler_errors++; in return_handler()
178 handler_errors++; in return_handler()
182 handler_errors++; in return_handler()
210 handler_errors++; in test_kretprobe()
221 handler_errors++; in return_handler2()
225 handler_errors++; in return_handler2()
257 handler_errors++; in test_kretprobes()
264 handler_errors++; in test_kretprobes()
307 else if (handler_errors) in init_test_probes()
308 pr_err("BUG: %d error(s) running handlers\n", handler_errors); in init_test_probes()