Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/
Dannotate.h75 int symbol__alloc_hist(struct symbol *sym, int nevents);
Dannotate.c26 int symbol__alloc_hist(struct symbol *sym, int nevents) in symbol__alloc_hist() function
/linux-2.6.39/tools/perf/
Dbuiltin-annotate.c70 symbol__alloc_hist(he->ms.sym, evlist->nr_entries) < 0) in perf_evlist__add_sample()
Dbuiltin-report.c89 symbol__alloc_hist(he->ms.sym, session->evlist->nr_entries) < 0) in perf_session__add_hist_entry()
Dbuiltin-top.c170 if (symbol__alloc_hist(sym, top.evlist->nr_entries) < 0) { in parse_source()
/linux-2.6.39/tools/perf/util/ui/browsers/
Dtop.c132 if (symbol__alloc_hist(sym, top->evlist->nr_entries) < 0) { in perf_top_browser__annotate()