Home
last modified time | relevance | path

Searched refs:symbol__alloc_hist (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dannotate.h134 int symbol__alloc_hist(struct symbol *sym);
Dannotate.c450 int symbol__alloc_hist(struct symbol *sym) in symbol__alloc_hist() function
519 if (symbol__alloc_hist(sym) < 0) in symbol__inc_addr_samples()
/linux-4.1.27/tools/perf/ui/browsers/
Dannotate.c471 if (notes->src == NULL && symbol__alloc_hist(target.sym) < 0) { in annotate_browser__callq()
/linux-4.1.27/tools/perf/
Dbuiltin-top.c121 if (symbol__alloc_hist(sym) < 0) { in perf_top__parse_source()