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; in hist_browser__has_filter()
68 (nd = hists__filter_entries(nd, browser->min_pcnt)) != NULL; in hist_browser__get_folding()
292 if (!child->filtered && percent >= hb->min_pcnt) { in hierarchy_count_rows()
580 if (!child->filtered && percent >= hb->min_pcnt) in hierarchy_set_folding()
612 if (he->filtered || percent < browser->min_pcnt) in hist_entry__set_folding()
621 else if (unfold && !hist_entry__has_hierarchy_children(he, browser->min_pcnt)) { in hist_entry__set_folding()
1633 ret = snprintf(buf, sizeof(buf), "no entry >= %.2f%%", browser->min_pcnt); in hist_browser__show_no_entry()
1852 if (percent < hb->min_pcnt) in hist_browser__refresh()
1877 float min_pcnt) in hists__filter_entries() argument
1883 if (!h->filtered && percent >= min_pcnt) in hists__filter_entries()
1900 float min_pcnt) in hists__filter_prev_entries() argument
1906 if (!h->filtered && percent >= min_pcnt) in hists__filter_prev_entries()
1933 hb->min_pcnt); in ui_browser__hists_seek()
1940 nd = hists__filter_prev_entries(nd, hb->min_pcnt); in ui_browser__hists_seek()
1987 hb->min_pcnt); in ui_browser__hists_seek()
2021 hb->min_pcnt); in ui_browser__hists_seek()
2163 browser->min_pcnt); in hist_browser__fprintf()
2178 browser->min_pcnt); in hist_browser__fprintf()
2894 if (hb->min_pcnt == 0 && !symbol_conf.report_hierarchy) { in hist_browser__update_nr_entries()
2899 while ((nd = hists__filter_entries(nd, hb->min_pcnt)) != NULL) { in hist_browser__update_nr_entries()
2916 hb->min_pcnt = callchain_param.min_percent = percent; in hist_browser__update_percent_limit()
2918 while ((nd = hists__filter_entries(nd, hb->min_pcnt)) != NULL) { in hist_browser__update_percent_limit()
2951 bool left_exits, struct hist_browser_timer *hbt, float min_pcnt, in evsel__hists_browse() argument
3014 if (min_pcnt) in evsel__hists_browse()
3015 browser->min_pcnt = min_pcnt; in evsel__hists_browse()
3408 float min_pcnt; member
3506 menu->min_pcnt, menu->env, in perf_evsel_menu__run()
3564 struct hist_browser_timer *hbt, float min_pcnt, struct perf_env *env, in __evlist__tui_browse_hists() argument
3578 .min_pcnt = min_pcnt, in __evlist__tui_browse_hists()
3615 float min_pcnt, struct perf_env *env, bool warn_lost_event, in evlist__tui_browse_hists() argument
3624 return evsel__hists_browse(first, nr_entries, help, false, hbt, min_pcnt, in evlist__tui_browse_hists()
3642 return __evlist__tui_browse_hists(evlist, nr_entries, help, hbt, min_pcnt, env, in evlist__tui_browse_hists()
3678 browser->min_pcnt = min_percent; in block_hists_tui_browse()