Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 3 of 3) sorted by relevance

/kernel/
Dtest_kprobes.c17 static int errors, handler_errors, num_tests; variable
286 errors++; in init_test_probes()
291 errors++; in init_test_probes()
297 errors++; in init_test_probes()
302 errors++; in init_test_probes()
305 if (errors) in init_test_probes()
306 pr_err("BUG: %d out of %d tests failed\n", errors, num_tests); in init_test_probes()
Dkprobes.c2451 unsigned int i, total = 0, errors = 0; in arm_all_kprobes() local
2474 errors++; in arm_all_kprobes()
2482 if (errors) in arm_all_kprobes()
2484 errors, total); in arm_all_kprobes()
2497 unsigned int i, total = 0, errors = 0; in disarm_all_kprobes() local
2517 errors++; in disarm_all_kprobes()
2525 if (errors) in disarm_all_kprobes()
2527 errors, total); in disarm_all_kprobes()
/kernel/gcov/
DKconfig52 which are not linked to the kernel image to prevent linker errors.