Lines Matching refs:percent
11 static int __percent_color_snprintf(char *buf, size_t size, double percent) in __percent_color_snprintf() argument
16 markup = perf_gtk__get_percent_color(percent); in __percent_color_snprintf()
20 ret += scnprintf(buf + ret, size - ret, " %6.2f%%", percent); in __percent_color_snprintf()
33 double percent = 0.0; in __hpp__color_fmt() local
38 percent = 100.0 * get_field(he) / hists->stats.total_period; in __hpp__color_fmt()
40 ret = __percent_color_snprintf(hpp->buf, hpp->size, percent); in __hpp__color_fmt()
66 percent = 100.0 * period / total; in __hpp__color_fmt()
69 percent); in __hpp__color_fmt()
146 double percent; in perf_gtk__add_callchain() local
152 percent = 100.0 * hits / total; in perf_gtk__add_callchain()
162 scnprintf(buf, sizeof(buf), "%5.2f%%", percent); in perf_gtk__add_callchain()
283 float percent = h->stat.period * 100.0 / in perf_gtk__show_hists() local
289 if (percent < min_pcnt) in perf_gtk__show_hists()