Searched refs:unit_width (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | stat.h | 92 unsigned int unit_width; member
|
| H A D | stat-display.c | 444 fprintf(os->fh, "%*s", COUNTS_LEN + EVNAME_LEN + config->unit_width + 2, ""); in __new_line_std() 592 fprintf(config->output, "%*s", MGROUP_LEN + config->unit_width + 2 - n, ""); in print_metricgroup_header_std() 708 fprintf(output, "%-*s ", config->unit_width, evsel->unit); in print_counter_value_std() 1318 COUNTS_LEN, "counts", config->unit_width, "unit"); in print_header_interval_std()
|
| H A D | config.c | 46 .unit_width = 4, /* strlen("unit") */
|
| /linux/tools/perf/ |
| H A D | builtin-stat.c | 917 if (l > stat_config.unit_width) in __run_perf_stat() 918 stat_config.unit_width = l; in __run_perf_stat()
|