Home
last modified time | relevance | path

Searched refs:tests_failed (Results 1 – 7 of 7) sorted by relevance

/linux/tools/lib/perf/include/internal/
A Dtests.h8 extern int tests_failed;
36 tests_failed = 0; \
41 if (tests_failed) \
42 fprintf(stdout, " FAILED (%d)\n", tests_failed); \
51 tests_failed++; \
/linux/tools/lib/perf/tests/
A Dmain.c5 int tests_failed; variable
A Dtest-cpumap.c31 return tests_failed == 0 ? 0 : -1; in test_cpumap()
A Dtest-threadmap.c31 return tests_failed == 0 ? 0 : -1; in test_threadmap()
A Dtest-evlist.c231 tests_failed++; in test_mmap_thread()
429 return tests_failed == 0 ? 0 : -1; in test_evlist()
A Dtest-evsel.c202 return tests_failed == 0 ? 0 : -1; in test_evsel()
/linux/arch/arm/probes/kprobes/
A Dtest-core.c228 static int tests_failed; variable
1645 ret = tests_failed; in run_all_tests()

Completed in 12 milliseconds