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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.h 76 struct sym_hist { struct
110 struct sym_hist histograms[0];
123 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx)
annotate.c 437 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);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
annotate.c 25 struct sym_hist *symhist;

Completed in 70 milliseconds