Lines Matching refs:he
175 struct hist_entry *he; in print_hists_in() local
177 he = rb_entry(node, struct hist_entry, rb_node_in); in print_hists_in()
179 if (!he->filtered) { in print_hists_in()
181 i, thread__comm_str(he->thread), in print_hists_in()
182 he->ms.map->dso->short_name, in print_hists_in()
183 he->ms.sym->name, he->stat.period); in print_hists_in()
202 struct hist_entry *he; in print_hists_out() local
204 he = rb_entry(node, struct hist_entry, rb_node); in print_hists_out()
206 if (!he->filtered) { in print_hists_out()
208 i, thread__comm_str(he->thread), he->thread->tid, in print_hists_out()
209 he->ms.map->dso->short_name, in print_hists_out()
210 he->ms.sym->name, he->stat.period, in print_hists_out()
211 he->stat_acc ? he->stat_acc->period : 0); in print_hists_out()