HomeSort by relevance Sort by last modified time
    Searched refs:symbol__alloc_hist (Results 1 - 6 of 6) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.h 137 int symbol__alloc_hist(struct symbol *sym);
annotate.c 430 int symbol__alloc_hist(struct symbol *sym) function
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-report.c 128 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)
builtin-annotate.c 73 if (notes->src == NULL && symbol__alloc_hist(he->ms.sym) < 0)
builtin-top.c 122 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/
annotate.c 464 if (notes->src == NULL && symbol__alloc_hist(target) < 0) {

Completed in 187 milliseconds