Lines Matching refs:hist_entry

26 	struct hist_entry   *he_selection;
60 struct hist_entry *he = in hist_browser__get_folding()
61 rb_entry(nd, struct hist_entry, rb_node); in hist_browser__get_folding()
144 static char hist_entry__folded(const struct hist_entry *he) in hist_entry__folded()
276 static void hist_entry__init_have_children(struct hist_entry *he) in hist_entry__init_have_children()
288 struct hist_entry *he = browser->he_selection; in hist_browser__toggle_fold()
363 static void hist_entry__set_folding(struct hist_entry *he, bool unfold) in hist_entry__set_folding()
384 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in __hist_browser__set_folding()
453 struct hist_entry *h = rb_entry(browser->b.top, in hist_browser__run()
454 struct hist_entry, rb_node); in hist_browser__run()
673 static u64 __hpp_get_##_field(struct hist_entry *he) \
681 struct hist_entry *he) \
688 static u64 __hpp_get_acc_##_field(struct hist_entry *he) \
696 struct hist_entry *he) \
737 struct hist_entry *entry, in hist_browser__show_entry()
913 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hist_browser__refresh()
935 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_entries()
951 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_prev_entries()
966 struct hist_entry *h; in ui_browser__hists_seek()
999 h = rb_entry(browser->top, struct hist_entry, rb_node); in ui_browser__hists_seek()
1018 h = rb_entry(nd, struct hist_entry, rb_node); in ui_browser__hists_seek()
1039 h = rb_entry(nd, struct hist_entry, rb_node); in ui_browser__hists_seek()
1076 h = rb_entry(nd, struct hist_entry, rb_node); in ui_browser__hists_seek()
1085 h = rb_entry(nd, struct hist_entry, rb_node); in ui_browser__hists_seek()
1091 struct hist_entry *he, FILE *fp) in hist_browser__fprintf_callchain()
1108 struct hist_entry *he, FILE *fp) in hist_browser__fprintf_entry()
1155 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hist_browser__fprintf()
1219 static struct hist_entry *hist_browser__selected_entry(struct hist_browser *browser) in hist_browser__selected_entry()
1707 struct hist_entry *he; in perf_evsel__hists_browse()