Searched refs:annotation__histogram (Results 1 - 3 of 3) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.h123 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) function
H A Dannotate.c484 h = annotation__histogram(notes, evidx);
627 struct sym_hist *h = annotation__histogram(notes, evidx);
1093 struct sym_hist *h = annotation__histogram(notes, evidx);
1101 h = annotation__histogram(notes, evidx + i);
1127 h = annotation__histogram(notes, evidx + k);
1204 struct sym_hist *h = annotation__histogram(notes, evsel->idx);
1298 struct sym_hist *h = annotation__histogram(notes, evidx);
1306 struct sym_hist *h = annotation__histogram(notes, evidx);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dannotate.c35 symhist = annotation__histogram(symbol__annotation(sym), evidx);

Completed in 4154 milliseconds