Searched refs:hists__filter_entries (Results 1 – 1 of 1) sorted by relevance
54 static struct rb_node *hists__filter_entries(struct rb_node *nd,69 (nd = hists__filter_entries(nd, browser->min_pcnt)) != NULL; in hist_browser__get_folding()1874 static struct rb_node *hists__filter_entries(struct rb_node *nd, in hists__filter_entries() function1930 nd = hists__filter_entries(rb_first(browser->entries), in ui_browser__hists_seek()1984 nd = hists__filter_entries(rb_hierarchy_next(nd), in ui_browser__hists_seek()2160 struct rb_node *nd = hists__filter_entries(rb_first(browser->b.entries), in hist_browser__fprintf()2175 nd = hists__filter_entries(rb_hierarchy_next(nd), in hist_browser__fprintf()2924 while ((nd = hists__filter_entries(nd, hb->min_pcnt)) != NULL) { in hist_browser__update_nr_entries()2943 while ((nd = hists__filter_entries(nd, hb->min_pcnt)) != NULL) { in hist_browser__update_percent_limit()