Lines Matching refs:percent
625 double percent = cumul * 100.0 / total; in hist_browser__show_callchain() local
627 if (asprintf(&alloc_str, "%2.2f%% %s", percent, str) < 0) in hist_browser__show_callchain()
675 double percent; in __hpp__slsmg_color_printf() local
679 percent = va_arg(args, double); in __hpp__slsmg_color_printf()
682 ui_browser__set_percent_color(arg->b, percent, arg->current_entry); in __hpp__slsmg_color_printf()
684 ret = scnprintf(hpp->buf, hpp->size, fmt, len, percent); in __hpp__slsmg_color_printf()
939 float percent; in hist_browser__refresh() local
944 percent = hist_entry__get_percent_limit(h); in hist_browser__refresh()
945 if (percent < hb->min_pcnt) in hist_browser__refresh()
961 float percent = hist_entry__get_percent_limit(h); in hists__filter_entries() local
963 if (!h->filtered && percent >= min_pcnt) in hists__filter_entries()
977 float percent = hist_entry__get_percent_limit(h); in hists__filter_prev_entries() local
979 if (!h->filtered && percent >= min_pcnt) in hists__filter_prev_entries()