Lines Matching refs:he
167 struct hist_entry *he; in print_hists_in() local
169 he = rb_entry(node, struct hist_entry, rb_node_in); in print_hists_in()
171 if (!he->filtered) { in print_hists_in()
173 i, thread__comm_str(he->thread), in print_hists_in()
174 he->ms.map->dso->short_name, in print_hists_in()
175 he->ms.sym->name, he->stat.period); in print_hists_in()
194 struct hist_entry *he; in print_hists_out() local
196 he = rb_entry(node, struct hist_entry, rb_node); in print_hists_out()
198 if (!he->filtered) { in print_hists_out()
200 i, thread__comm_str(he->thread), he->thread->tid, in print_hists_out()
201 he->ms.map->dso->short_name, in print_hists_out()
202 he->ms.sym->name, he->stat.period, in print_hists_out()
203 he->stat_acc ? he->stat_acc->period : 0); in print_hists_out()