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()
1632 ret = snprintf(buf, sizeof(buf), "no entry >= %.2f%%", browser->min_pcnt); in hist_browser__show_no_entry()
1851 if (percent < hb->min_pcnt) in hist_browser__refresh()
1876 float min_pcnt) in hists__filter_entries() argument
1882 if (!h->filtered && percent >= min_pcnt) in hists__filter_entries()
1899 float min_pcnt) in hists__filter_prev_entries() argument
1905 if (!h->filtered && percent >= min_pcnt) in hists__filter_prev_entries()
1932 hb->min_pcnt); in ui_browser__hists_seek()
1939 nd = hists__filter_prev_entries(nd, hb->min_pcnt); in ui_browser__hists_seek()
1986 hb->min_pcnt); in ui_browser__hists_seek()
2020 hb->min_pcnt); in ui_browser__hists_seek()
2162 browser->min_pcnt); in hist_browser__fprintf()
2177 browser->min_pcnt); in hist_browser__fprintf()
2893 if (hb->min_pcnt == 0 && !symbol_conf.report_hierarchy) { in hist_browser__update_nr_entries()
2898 while ((nd = hists__filter_entries(nd, hb->min_pcnt)) != NULL) { in hist_browser__update_nr_entries()
2915 hb->min_pcnt = callchain_param.min_percent = percent; in hist_browser__update_percent_limit()
2917 while ((nd = hists__filter_entries(nd, hb->min_pcnt)) != NULL) { in hist_browser__update_percent_limit()
2953 float min_pcnt, in perf_evsel__hists_browse() argument
3017 if (min_pcnt) in perf_evsel__hists_browse()
3018 browser->min_pcnt = min_pcnt; in perf_evsel__hists_browse()
3411 float min_pcnt; member
3510 menu->min_pcnt, in perf_evsel_menu__run()
3571 float min_pcnt, in __perf_evlist__tui_browse_hists() argument
3587 .min_pcnt = min_pcnt, in __perf_evlist__tui_browse_hists()
3625 float min_pcnt, in perf_evlist__tui_browse_hists() argument
3637 false, hbt, min_pcnt, in perf_evlist__tui_browse_hists()
3657 hbt, min_pcnt, env, in perf_evlist__tui_browse_hists()
3694 browser->min_pcnt = min_percent; in block_hists_tui_browse()