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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.h 123 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) function
annotate.c 484 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);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
annotate.c 35 symhist = annotation__histogram(symbol__annotation(sym), evidx);

Completed in 68 milliseconds