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

/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dhists.c831 static struct rb_node *hists__filter_entries(struct rb_node *nd, function
887 nd = hists__filter_entries(rb_first(browser->entries),
938 nd = hists__filter_entries(rb_next(nd), hb->hists,
1142 struct rb_node *nd = hists__filter_entries(rb_first(browser->b.entries),
1151 nd = hists__filter_entries(rb_next(nd), browser->hists,
1378 nd = hists__filter_entries(rb_next(nd), hb->hists,

Completed in 118 milliseconds