Lines Matching refs:percent

272 		float percent;  in hierarchy_count_rows()  local
275 percent = hist_entry__get_percent_limit(child); in hierarchy_count_rows()
277 if (!child->filtered && percent >= hb->min_pcnt) { in hierarchy_count_rows()
506 float percent; in hierarchy_set_folding() local
513 percent = hist_entry__get_percent_limit(child); in hierarchy_set_folding()
514 if (!child->filtered && percent >= hb->min_pcnt) in hierarchy_set_folding()
543 double percent; in hist_entry__set_folding() local
545 percent = hist_entry__get_percent_limit(he); in hist_entry__set_folding()
546 if (he->filtered || percent < browser->min_pcnt) in hist_entry__set_folding()
1146 double percent; in __hpp__slsmg_color_printf() local
1150 percent = va_arg(args, double); in __hpp__slsmg_color_printf()
1153 ui_browser__set_percent_color(arg->b, percent, arg->current_entry); in __hpp__slsmg_color_printf()
1155 ret = scnprintf(hpp->buf, hpp->size, fmt, len, percent); in __hpp__slsmg_color_printf()
1760 float percent; in hist_browser__refresh() local
1768 percent = hist_entry__get_percent_limit(h); in hist_browser__refresh()
1769 if (percent < hb->min_pcnt) in hist_browser__refresh()
1798 float percent = hist_entry__get_percent_limit(h); in hists__filter_entries() local
1800 if (!h->filtered && percent >= min_pcnt) in hists__filter_entries()
1821 float percent = hist_entry__get_percent_limit(h); in hists__filter_prev_entries() local
1823 if (!h->filtered && percent >= min_pcnt) in hists__filter_prev_entries()
2658 double percent) in hist_browser__update_percent_limit() argument
2663 u64 min_callchain_hits = total * (percent / 100); in hist_browser__update_percent_limit()
2665 hb->min_pcnt = callchain_param.min_percent = percent; in hist_browser__update_percent_limit()
2684 min_callchain_hits = total * (percent / 100); in hist_browser__update_percent_limit()