Searched refs:symbol__alloc_hist (Results 1 - 6 of 6) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.h137 int symbol__alloc_hist(struct symbol *sym);
H A Dannotate.c430 int symbol__alloc_hist(struct symbol *sym) function
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-report.c128 if (notes->src == NULL && symbol__alloc_hist(he->ms.sym) < 0)
142 if (notes->src == NULL && symbol__alloc_hist(mx->daddr.sym) < 0)
210 && symbol__alloc_hist(bx->from.sym) < 0)
224 && symbol__alloc_hist(bx->to.sym) < 0)
284 if (notes->src == NULL && symbol__alloc_hist(he->ms.sym) < 0)
H A Dbuiltin-annotate.c73 if (notes->src == NULL && symbol__alloc_hist(he->ms.sym) < 0)
H A Dbuiltin-top.c122 if (symbol__alloc_hist(sym) < 0) {
192 if (notes->src == NULL && symbol__alloc_hist(sym) < 0) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dannotate.c464 if (notes->src == NULL && symbol__alloc_hist(target) < 0) {

Completed in 1384 milliseconds