Searched refs:annotation__histogram (Results 1 – 3 of 3) sorted by relevance
/external/linux-tools-perf/src/tools/perf/util/ |
D | annotate.c | 484 h = annotation__histogram(notes, evidx); in symbol__inc_addr_samples() 627 struct sym_hist *h = annotation__histogram(notes, evidx); in disasm__calc_percent() 1093 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__get_source_line() 1101 h = annotation__histogram(notes, evidx + i); in symbol__get_source_line() 1127 h = annotation__histogram(notes, evidx + k); in symbol__get_source_line() 1204 struct sym_hist *h = annotation__histogram(notes, evsel->idx); in symbol__annotate_hits() 1298 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram() 1306 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram()
|
D | annotate.h | 123 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) in annotation__histogram() function
|
/external/linux-tools-perf/src/tools/perf/ui/gtk/ |
D | annotate.c | 35 symhist = annotation__histogram(symbol__annotation(sym), evidx); in perf_gtk__get_percent()
|