Home
last modified time | relevance | path

Searched refs:tests_verbose (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/lib/perf/include/internal/
H A Dtests.h9 extern int tests_verbose;
33 tests_verbose = get_verbose(argv, argc); \
58 if (tests_verbose) { \
59 if (tests_verbose == 1) { \
61 tests_verbose++; \
/openbmc/linux/tools/lib/perf/tests/
H A Dmain.c6 int tests_verbose; variable