Searched refs:annotation__histogram (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | annotate.c | 558 h = annotation__histogram(notes, evidx); in __symbol__inc_addr_samples() 803 struct sym_hist *h = annotation__histogram(notes, evidx); in disasm__calc_percent() 1361 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__get_source_line() 1369 h = annotation__histogram(notes, evidx + i); in symbol__get_source_line() 1392 h = annotation__histogram(notes, evidx + k); in symbol__get_source_line() 1455 struct sym_hist *h = annotation__histogram(notes, evsel->idx); in symbol__annotate_hits() 1553 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram() 1561 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram()
|
D | annotate.h | 135 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) in annotation__histogram() function
|
/linux-4.4.14/tools/perf/ui/gtk/ |
D | annotate.c | 35 symhist = annotation__histogram(symbol__annotation(sym), evidx); in perf_gtk__get_percent()
|