Lines Matching refs:handler_errors
26 static int errors, handler_errors, num_tests; variable
38 handler_errors++; in kp_pre_handler()
49 handler_errors++; in kp_post_handler()
53 handler_errors++; in kp_post_handler()
80 handler_errors++; in test_kprobe()
85 handler_errors++; in test_kprobe()
106 handler_errors++; in kp_post_handler2()
138 handler_errors++; in test_kprobes()
143 handler_errors++; in test_kprobes()
152 handler_errors++; in test_kprobes()
157 handler_errors++; in test_kprobes()
171 handler_errors++; in entry_handler()
183 handler_errors++; in return_handler()
187 handler_errors++; in return_handler()
191 handler_errors++; in return_handler()
219 handler_errors++; in test_kretprobe()
230 handler_errors++; in return_handler2()
234 handler_errors++; in return_handler2()
266 handler_errors++; in test_kretprobes()
273 handler_errors++; in test_kretprobes()
316 else if (handler_errors) in init_test_probes()
317 pr_err("BUG: %d error(s) running handlers\n", handler_errors); in init_test_probes()