• Home
  • Raw
  • Download

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()
1212 double percent; in __hpp__slsmg_color_printf() local
1216 percent = va_arg(args, double); in __hpp__slsmg_color_printf()
1219 ui_browser__set_percent_color(arg->b, percent, arg->current_entry); in __hpp__slsmg_color_printf()
1221 ret = scnprintf(hpp->buf, hpp->size, fmt, len, percent); in __hpp__slsmg_color_printf()
1828 float percent; in hist_browser__refresh() local
1837 percent = block_info__total_cycles_percent(h); in hist_browser__refresh()
1839 percent = hist_entry__get_percent_limit(h); in hist_browser__refresh()
1841 if (percent < hb->min_pcnt) in hist_browser__refresh()
1870 float percent = hist_entry__get_percent_limit(h); in hists__filter_entries() local
1872 if (!h->filtered && percent >= min_pcnt) in hists__filter_entries()
1893 float percent = hist_entry__get_percent_limit(h); in hists__filter_prev_entries() local
1895 if (!h->filtered && percent >= min_pcnt) in hists__filter_prev_entries()
2898 double percent) in hist_browser__update_percent_limit() argument
2903 u64 min_callchain_hits = total * (percent / 100); in hist_browser__update_percent_limit()
2905 hb->min_pcnt = callchain_param.min_percent = percent; in hist_browser__update_percent_limit()
2924 min_callchain_hits = total * (percent / 100); in hist_browser__update_percent_limit()