Lines Matching refs:hist_entry
25 struct hist_entry *he_selection;
53 static char hist_entry__folded(const struct hist_entry *self) in hist_entry__folded()
175 static void hist_entry__init_have_children(struct hist_entry *self) in hist_entry__init_have_children()
187 struct hist_entry *he = self->he_selection; in hist_browser__toggle_fold()
260 static void hist_entry__set_folding(struct hist_entry *self, bool unfold) in hist_entry__set_folding()
279 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__set_folding()
317 struct hist_entry *h = rb_entry(self->b.top, in hist_browser__run()
318 struct hist_entry, rb_node); in hist_browser__run()
529 struct hist_entry *entry, in hist_browser__show_entry()
598 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hist_browser__refresh()
614 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_entries()
627 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_prev_entries()
640 struct hist_entry *h; in ui_browser__hists_seek()
666 h = rb_entry(self->top, struct hist_entry, rb_node); in ui_browser__hists_seek()
685 h = rb_entry(nd, struct hist_entry, rb_node); in ui_browser__hists_seek()
706 h = rb_entry(nd, struct hist_entry, rb_node); in ui_browser__hists_seek()
742 h = rb_entry(nd, struct hist_entry, rb_node); in ui_browser__hists_seek()
751 h = rb_entry(nd, struct hist_entry, rb_node); in ui_browser__hists_seek()
774 static struct hist_entry *hist_browser__selected_entry(struct hist_browser *self) in hist_browser__selected_entry()
946 struct hist_entry *he; in perf_evsel__hists_browse()