Home
last modified time | relevance | path

Searched refs:hists__filter_entries (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c53 static struct rb_node *hists__filter_entries(struct rb_node *nd,
68 (nd = hists__filter_entries(nd, browser->min_pcnt)) != NULL; in hist_browser__get_folding()
1865 static struct rb_node *hists__filter_entries(struct rb_node *nd, in hists__filter_entries() function
1921 nd = hists__filter_entries(rb_first(browser->entries), in ui_browser__hists_seek()
1975 nd = hists__filter_entries(rb_hierarchy_next(nd), in ui_browser__hists_seek()
2151 struct rb_node *nd = hists__filter_entries(rb_first(browser->b.entries), in hist_browser__fprintf()
2166 nd = hists__filter_entries(rb_hierarchy_next(nd), in hist_browser__fprintf()
2888 while ((nd = hists__filter_entries(nd, hb->min_pcnt)) != NULL) { in hist_browser__update_nr_entries()
2907 while ((nd = hists__filter_entries(nd, hb->min_pcnt)) != NULL) { in hist_browser__update_percent_limit()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c53 static struct rb_node *hists__filter_entries(struct rb_node *nd,
68 (nd = hists__filter_entries(nd, browser->min_pcnt)) != NULL; in hist_browser__get_folding()
1866 static struct rb_node *hists__filter_entries(struct rb_node *nd, in hists__filter_entries() function
1922 nd = hists__filter_entries(rb_first(browser->entries), in ui_browser__hists_seek()
1976 nd = hists__filter_entries(rb_hierarchy_next(nd), in ui_browser__hists_seek()
2152 struct rb_node *nd = hists__filter_entries(rb_first(browser->b.entries), in hist_browser__fprintf()
2167 nd = hists__filter_entries(rb_hierarchy_next(nd), in hist_browser__fprintf()
2893 while ((nd = hists__filter_entries(nd, hb->min_pcnt)) != NULL) { in hist_browser__update_nr_entries()
2912 while ((nd = hists__filter_entries(nd, hb->min_pcnt)) != NULL) { in hist_browser__update_percent_limit()

Completed in 9 milliseconds