Lines Matching refs:he
171 struct hist_entry *he; in print_hists_in() local
173 he = rb_entry(node, struct hist_entry, rb_node_in); in print_hists_in()
175 if (!he->filtered) { in print_hists_in()
177 i, thread__comm_str(he->thread), in print_hists_in()
178 he->ms.map->dso->short_name, in print_hists_in()
179 he->ms.sym->name, he->stat.period); in print_hists_in()
198 struct hist_entry *he; in print_hists_out() local
200 he = rb_entry(node, struct hist_entry, rb_node); in print_hists_out()
202 if (!he->filtered) { in print_hists_out()
204 i, thread__comm_str(he->thread), he->thread->tid, in print_hists_out()
205 he->ms.map->dso->short_name, in print_hists_out()
206 he->ms.sym->name, he->stat.period, in print_hists_out()
207 he->stat_acc ? he->stat_acc->period : 0); in print_hists_out()