Searched refs:COUNTS_LEN (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | stat-display.c | 33 #define COUNTS_LEN 18 macro 444 fprintf(os->fh, "%*s", COUNTS_LEN + EVNAME_LEN + config->unit_width + 2, ""); in __new_line_std() 703 fprintf(output, fmt, COUNTS_LEN, avg); in print_counter_value_std() 705 fprintf(output, "%*s ", COUNTS_LEN, bad_count); in print_counter_value_std() 1318 COUNTS_LEN, "counts", config->unit_width, "unit"); in print_header_interval_std()
|