Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/perf/tests/
H A Dtest-evlist.c430 __T_VERBOSE(" Expected: %lld\n", expected); in display_error()
431 __T_VERBOSE(" High: %lld Low: %lld Average: %lld\n", in display_error()
434 __T_VERBOSE(" Average Error = %.2f%%\n", error); in display_error()
530 __T_VERBOSE("Event %2d -- Raw count = %" PRIu64 ", run = %" PRIu64 ", enable = %" PRIu64 "\n", in test_stat_multiplexing()
535 __T_VERBOSE("\t Scaled count = %" PRIu64 " (%.2lf%%, %" PRIu64 "/%" PRIu64 ")\n", in test_stat_multiplexing()
540 __T_VERBOSE("\t Not Running\n"); in test_stat_multiplexing()
542 __T_VERBOSE("\t Not Scaling\n"); in test_stat_multiplexing()
H A Dtest-evsel.c172 __T_VERBOSE("\tloop = %u, ", count); in test_stat_user_read()
184 __T_VERBOSE("count = %llu\n", end - start); in test_stat_user_read()
324 __T_VERBOSE("testing single read with read_format: %lx\n", in test_stat_read_format()
341 __T_VERBOSE("testing group read with read_format: %lx\n", in test_stat_read_format()
/openbmc/linux/tools/lib/perf/include/internal/
H A Dtests.h56 #define __T_VERBOSE(...) \ macro