Searched refs:fixunit (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | stat-display.c | 245 static const char *fixunit(char *buf, struct evsel *evsel, in fixunit() function 267 unit = fixunit(buf, os->evsel, unit); in print_metric_only() 290 unit = fixunit(tbuf, os->evsel, unit); in print_metric_only_csv() 314 unit = fixunit(tbuf, os->evsel, unit); in print_metric_header()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | stat-display.c | 534 static const char *fixunit(char *buf, struct evsel *evsel, in fixunit() function 556 unit = fixunit(buf, os->evsel, unit); in print_metric_only() 580 unit = fixunit(tbuf, os->evsel, unit); in print_metric_only_csv() 602 unit = fixunit(tbuf, os->evsel, unit); in print_metric_only_json() 637 unit = fixunit(tbuf, os->evsel, unit); in print_metric_header()
|
Completed in 5 milliseconds