Lines Matching refs:percent
284 float percent; in hierarchy_count_rows() local
287 percent = hist_entry__get_percent_limit(child); in hierarchy_count_rows()
289 if (!child->filtered && percent >= hb->min_pcnt) { in hierarchy_count_rows()
518 float percent; in hierarchy_set_folding() local
525 percent = hist_entry__get_percent_limit(child); in hierarchy_set_folding()
526 if (!child->filtered && percent >= hb->min_pcnt) in hierarchy_set_folding()
555 double percent; in hist_entry__set_folding() local
557 percent = hist_entry__get_percent_limit(he); in hist_entry__set_folding()
558 if (he->filtered || percent < browser->min_pcnt) in hist_entry__set_folding()
1162 double percent; in __hpp__slsmg_color_printf() local
1166 percent = va_arg(args, double); in __hpp__slsmg_color_printf()
1169 ui_browser__set_percent_color(arg->b, percent, arg->current_entry); in __hpp__slsmg_color_printf()
1171 ret = scnprintf(hpp->buf, hpp->size, fmt, len, percent); in __hpp__slsmg_color_printf()
1778 float percent; in hist_browser__refresh() local
1786 percent = hist_entry__get_percent_limit(h); in hist_browser__refresh()
1787 if (percent < hb->min_pcnt) in hist_browser__refresh()
1816 float percent = hist_entry__get_percent_limit(h); in hists__filter_entries() local
1818 if (!h->filtered && percent >= min_pcnt) in hists__filter_entries()
1839 float percent = hist_entry__get_percent_limit(h); in hists__filter_prev_entries() local
1841 if (!h->filtered && percent >= min_pcnt) in hists__filter_prev_entries()
2782 double percent) in hist_browser__update_percent_limit() argument
2787 u64 min_callchain_hits = total * (percent / 100); in hist_browser__update_percent_limit()
2789 hb->min_pcnt = callchain_param.min_percent = percent; in hist_browser__update_percent_limit()
2808 min_callchain_hits = total * (percent / 100); in hist_browser__update_percent_limit()