Searched refs:bar_total (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/tools/perf/ |
| D | builtin-ftrace.c | 755 int bar_total = 46; /* to fit in 80 column */ in display_histogram() local 768 " DURATION ", "COUNT", bar_total, "GRAPH"); in display_histogram() 770 bar_len = buckets[0] * bar_total / total; in display_histogram() 772 0, 1, "us", buckets[0], bar_len, bar, bar_total - bar_len, ""); in display_histogram() 784 bar_len = buckets[i] * bar_total / total; in display_histogram() 787 bar_total - bar_len, ""); in display_histogram() 790 bar_len = buckets[NUM_BUCKET - 1] * bar_total / total; in display_histogram() 793 bar_len, bar, bar_total - bar_len, ""); in display_histogram()
|