Lines Matching refs:min_pcnt

54 					     float min_pcnt);
58 return hists__has_filter(hb->hists) || hb->min_pcnt || symbol_conf.has_filter || hb->c2c_filter;
68 (nd = hists__filter_entries(nd, browser->min_pcnt)) != NULL;
292 if (!child->filtered && percent >= hb->min_pcnt) {
575 if (!child->filtered && percent >= hb->min_pcnt)
618 if (he->filtered || percent < browser->min_pcnt)
625 else if (unfold && !hist_entry__has_hierarchy_children(he, browser->min_pcnt)) {
1623 ret = snprintf(buf, sizeof(buf), "no entry >= %.2f%%", browser->min_pcnt);
1842 if (percent < hb->min_pcnt)
1867 float min_pcnt)
1873 if (!h->filtered && percent >= min_pcnt)
1890 float min_pcnt)
1896 if (!h->filtered && percent >= min_pcnt)
1923 hb->min_pcnt);
1930 nd = hists__filter_prev_entries(nd, hb->min_pcnt);
1977 hb->min_pcnt);
2011 hb->min_pcnt);
2153 browser->min_pcnt);
2168 browser->min_pcnt);
2888 if (hb->min_pcnt == 0 && !symbol_conf.report_hierarchy) {
2893 while ((nd = hists__filter_entries(nd, hb->min_pcnt)) != NULL) {
2910 hb->min_pcnt = callchain_param.min_percent = percent;
2912 while ((nd = hists__filter_entries(nd, hb->min_pcnt)) != NULL) {
2945 bool left_exits, struct hist_browser_timer *hbt, float min_pcnt,
3008 if (min_pcnt)
3009 browser->min_pcnt = min_pcnt;
3403 float min_pcnt;
3501 menu->min_pcnt, menu->env,
3559 struct hist_browser_timer *hbt, float min_pcnt, struct perf_env *env,
3573 .min_pcnt = min_pcnt,
3610 float min_pcnt, struct perf_env *env, bool warn_lost_event,
3619 return evsel__hists_browse(first, nr_entries, help, false, hbt, min_pcnt,
3637 return __evlist__tui_browse_hists(evlist, nr_entries, help, hbt, min_pcnt, env,
3673 browser->min_pcnt = min_percent;