Searched refs:bar_total (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-ftrace.c757 int bar_total = 46; /* to fit in 80 column */ local
770 " DURATION ", "COUNT", bar_total, "GRAPH");
772 bar_len = buckets[0] * bar_total / total;
774 0, 1, "us", buckets[0], bar_len, bar, bar_total - bar_len, "");
786 bar_len = buckets[i] * bar_total / total;
789 bar_total - bar_len, "");
792 bar_len = buckets[NUM_BUCKET - 1] * bar_total / total;
795 bar_len, bar, bar_total - bar_len, "");

Completed in 117 milliseconds