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