Lines Matching refs:percent
606 double percent = cumul * 100.0 / total; in hist_browser__show_callchain() local
608 if (asprintf(&alloc_str, "%2.2f%% %s", percent, str) < 0) in hist_browser__show_callchain()
656 double percent; in __hpp__slsmg_color_printf() local
660 percent = va_arg(args, double); in __hpp__slsmg_color_printf()
663 ui_browser__set_percent_color(arg->b, percent, arg->current_entry); in __hpp__slsmg_color_printf()
665 ret = scnprintf(hpp->buf, hpp->size, fmt, len, percent); in __hpp__slsmg_color_printf()
914 float percent; in hist_browser__refresh() local
919 percent = hist_entry__get_percent_limit(h); in hist_browser__refresh()
920 if (percent < hb->min_pcnt) in hist_browser__refresh()
936 float percent = hist_entry__get_percent_limit(h); in hists__filter_entries() local
938 if (!h->filtered && percent >= min_pcnt) in hists__filter_entries()
952 float percent = hist_entry__get_percent_limit(h); in hists__filter_prev_entries() local
954 if (!h->filtered && percent >= min_pcnt) in hists__filter_prev_entries()