Searched refs:bar_total (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/ |
H A D | builtin-ftrace.c | 948 int bar_total = 46; /* to fit in 80 column */ in display_histogram() local 961 " DURATION ", "COUNT", bar_total, "GRAPH"); in display_histogram() 963 bar_len = buckets[0] * bar_total / total; in display_histogram() 968 buckets[0], bar_len, bar, bar_total - bar_len, ""); in display_histogram() 1005 bar_len = buckets[i] * bar_total / total; in display_histogram() 1007 bar_total - bar_len, ""); in display_histogram() 1010 bar_len = buckets[bucket_num - 1] * bar_total / total; in display_histogram() 1029 bar_len, bar, bar_total - bar_len, ""); in display_histogram()
|