Lines Matching refs:percent
287 float percent; in hierarchy_count_rows() local
290 percent = hist_entry__get_percent_limit(child); in hierarchy_count_rows()
292 if (!child->filtered && percent >= hb->min_pcnt) { in hierarchy_count_rows()
567 float percent; in hierarchy_set_folding() local
574 percent = hist_entry__get_percent_limit(child); in hierarchy_set_folding()
575 if (!child->filtered && percent >= hb->min_pcnt) in hierarchy_set_folding()
606 double percent; in __hist_browser__set_folding() local
617 percent = hist_entry__get_percent_limit(he); in __hist_browser__set_folding()
618 if (he->filtered || percent < browser->min_pcnt) in __hist_browser__set_folding()
1213 double percent; in __hpp__slsmg_color_printf() local
1217 percent = va_arg(args, double); in __hpp__slsmg_color_printf()
1220 ui_browser__set_percent_color(arg->b, percent, arg->current_entry); in __hpp__slsmg_color_printf()
1222 ret = scnprintf(hpp->buf, hpp->size, fmt, len, percent); in __hpp__slsmg_color_printf()
1829 float percent; in hist_browser__refresh() local
1838 percent = block_info__total_cycles_percent(h); in hist_browser__refresh()
1840 percent = hist_entry__get_percent_limit(h); in hist_browser__refresh()
1842 if (percent < hb->min_pcnt) in hist_browser__refresh()
1871 float percent = hist_entry__get_percent_limit(h); in hists__filter_entries() local
1873 if (!h->filtered && percent >= min_pcnt) in hists__filter_entries()
1894 float percent = hist_entry__get_percent_limit(h); in hists__filter_prev_entries() local
1896 if (!h->filtered && percent >= min_pcnt) in hists__filter_prev_entries()
2899 double percent) in hist_browser__update_percent_limit() argument
2904 u64 min_callchain_hits = total * (percent / 100); in hist_browser__update_percent_limit()
2906 hb->min_pcnt = callchain_param.min_percent = percent; in hist_browser__update_percent_limit()
2925 min_callchain_hits = total * (percent / 100); in hist_browser__update_percent_limit()