Lines Matching refs:he
141 struct hist_entry *he = iter->he; in hist_iter__report_callback() local
151 bi = he->branch_info; in hist_iter__report_callback()
159 mi = he->mem_info; in hist_iter__report_callback()
164 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in hist_iter__report_callback()
168 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in hist_iter__report_callback()
170 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in hist_iter__report_callback()
182 struct hist_entry *he = iter->he; in hist_iter__branch_callback() local
192 bi = he->branch_info; in hist_iter__branch_callback()
634 static int hists__resort_cb(struct hist_entry *he, void *arg) in hists__resort_cb() argument
637 struct symbol *sym = he->ms.sym; in hists__resort_cb()
640 struct evsel *evsel = hists_to_evsel(he->hists); in hists__resort_cb()
642 symbol__annotate2(sym, he->ms.map, evsel, in hists__resort_cb()