Lines Matching defs:he
177 struct hist_entry *he;
179 he = rb_entry(node, struct hist_entry, rb_node_in);
181 if (!he->filtered) {
182 struct dso *dso = map__dso(he->ms.map);
185 i, thread__comm_str(he->thread),
187 he->ms.sym->name, he->stat.period);
206 struct hist_entry *he;
208 he = rb_entry(node, struct hist_entry, rb_node);
210 if (!he->filtered) {
211 struct dso *dso = map__dso(he->ms.map);
214 i, thread__comm_str(he->thread), thread__tid(he->thread),
216 he->ms.sym->name, he->stat.period,
217 he->stat_acc ? he->stat_acc->period : 0);