Lines Matching refs:hist_entry
25 struct hist_entry *he_selection;
62 struct hist_entry *he = in hist_browser__get_folding()
63 rb_entry(nd, struct hist_entry, rb_node); in hist_browser__get_folding()
141 static char hist_entry__folded(const struct hist_entry *he) in hist_entry__folded()
211 static bool hist_entry__toggle_fold(struct hist_entry *he) in hist_entry__toggle_fold()
285 static void hist_entry__init_have_children(struct hist_entry *he) in hist_entry__init_have_children()
296 struct hist_entry *he = browser->he_selection; in hist_browser__toggle_fold()
383 static void hist_entry__set_folding(struct hist_entry *he, bool unfold) in hist_entry__set_folding()
404 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in __hist_browser__set_folding()
472 struct hist_entry *h = rb_entry(browser->b.top, in hist_browser__run()
473 struct hist_entry, rb_node); in hist_browser__run()
692 static u64 __hpp_get_##_field(struct hist_entry *he) \
700 struct hist_entry *he) \
707 static u64 __hpp_get_acc_##_field(struct hist_entry *he) \
715 struct hist_entry *he) \
757 struct hist_entry *entry, in hist_browser__show_entry()
938 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hist_browser__refresh()
960 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_entries()
976 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_prev_entries()
991 struct hist_entry *h; in ui_browser__hists_seek()
1024 h = rb_entry(browser->top, struct hist_entry, rb_node); in ui_browser__hists_seek()
1046 h = rb_entry(nd, struct hist_entry, rb_node); in ui_browser__hists_seek()
1067 h = rb_entry(nd, struct hist_entry, rb_node); in ui_browser__hists_seek()
1104 h = rb_entry(nd, struct hist_entry, rb_node); in ui_browser__hists_seek()
1113 h = rb_entry(nd, struct hist_entry, rb_node); in ui_browser__hists_seek()
1119 struct hist_entry *he, FILE *fp) in hist_browser__fprintf_callchain()
1136 struct hist_entry *he, FILE *fp) in hist_browser__fprintf_entry()
1183 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hist_browser__fprintf()
1251 static struct hist_entry *hist_browser__selected_entry(struct hist_browser *browser) in hist_browser__selected_entry()
1452 struct hist_entry *he; in do_annotate()