Home | History | Annotate | Download | only in perf

Lines Matching defs:he

84 	struct hist_entry *he;
114 he = __hists__add_mem_entry(&evsel->hists, al, parent, mi, cost, cost);
115 if (!he)
123 if (sort__has_sym && he->ms.sym && use_browser > 0) {
124 struct annotation *notes = symbol__annotation(he->ms.sym);
128 if (notes->src == NULL && symbol__alloc_hist(he->ms.sym) < 0)
131 err = hist_entry__inc_addr_samples(he, evsel->idx, al->addr);
136 if (sort__has_sym && he->mem_info->daddr.sym && use_browser > 0) {
139 mx = he->mem_info;
158 err = callchain_append(he->callchain,
176 struct hist_entry *he;
202 he = __hists__add_branch_entry(&evsel->hists, al, parent,
204 if (he) {
206 bx = he->branch_info;
252 struct hist_entry *he;
261 he = __hists__add_entry(&evsel->hists, al, parent, sample->period,
263 if (he == NULL)
267 err = callchain_append(he->callchain,
278 if (he->ms.sym != NULL && use_browser == 1 && sort__has_sym) {
279 struct annotation *notes = symbol__annotation(he->ms.sym);
284 if (notes->src == NULL && symbol__alloc_hist(he->ms.sym) < 0)
287 err = hist_entry__inc_addr_samples(he, evsel->idx, al->addr);