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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.h76 struct sym_hist { struct
110 struct sym_hist histograms[0];
123 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx)
H A Dannotate.c437 if (size > (SIZE_MAX - sizeof(struct sym_hist)) / sizeof(u64))
440 sizeof_sym_hist = (sizeof(struct sym_hist) + size * sizeof(u64));
472 struct sym_hist *h;
627 struct sym_hist *h = annotation__histogram(notes, evidx);
1093 struct sym_hist *h = annotation__histogram(notes, evidx);
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.c25 struct sym_hist *symhist;

Completed in 277 milliseconds