/linux-3.4.99/tools/perf/util/ |
D | annotate.h | 74 int evidx, u64 addr); 80 int symbol__annotate_printf(struct symbol *sym, struct map *map, int evidx, 83 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx); 84 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx); 87 int symbol__tty_annotate(struct symbol *sym, struct map *map, int evidx, 94 int evidx __used, in symbol__tui_annotate() 101 int symbol__tui_annotate(struct symbol *sym, struct map *map, int evidx,
|
D | annotate.c | 55 int evidx, u64 addr) in symbol__inc_addr_samples() argument 71 h = annotation__histogram(notes, evidx); in symbol__inc_addr_samples() 77 addr, addr - sym->start, evidx, h->addr[offset]); in symbol__inc_addr_samples() 115 int evidx, u64 len, int min_pcnt, in objdump_line__print() argument 129 struct sym_hist *h = annotation__histogram(notes, evidx); in objdump_line__print() 160 objdump_line__print(queue, sym, evidx, len, in objdump_line__print() 394 int evidx, struct rb_root *root, int len, in symbol__get_source_line() argument 402 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__get_source_line() 475 static void symbol__annotate_hits(struct symbol *sym, int evidx) in symbol__annotate_hits() argument 478 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_hits() [all …]
|
D | hist.h | 106 int hist_entry__inc_addr_samples(struct hist_entry *self, int evidx, u64 addr); 131 int evidx __used, in hist_entry__tui_annotate() 142 int hist_entry__tui_annotate(struct hist_entry *he, int evidx,
|
D | hist.c | 1326 int hist_entry__inc_addr_samples(struct hist_entry *he, int evidx, u64 ip) in hist_entry__inc_addr_samples() argument 1328 return symbol__inc_addr_samples(he->ms.sym, he->ms.map, evidx, ip); in hist_entry__inc_addr_samples()
|
/linux-3.4.99/tools/perf/util/ui/browsers/ |
D | annotate.c | 87 struct symbol *sym, int evidx) in objdump_line__calc_percent() argument 96 struct sym_hist *h = annotation__histogram(notes, evidx); in objdump_line__calc_percent() 165 int evidx) in annotate_browser__calc_percent() argument 178 rbpos->percent = objdump_line__calc_percent(pos, sym, evidx); in annotate_browser__calc_percent() 229 static int annotate_browser__run(struct annotate_browser *self, int evidx, in annotate_browser__run() argument 244 annotate_browser__calc_percent(self, evidx); in annotate_browser__run() 255 annotate_browser__calc_percent(self, evidx); in annotate_browser__run() 271 symbol__annotate_decay_histogram(sym, evidx); in annotate_browser__run() 344 symbol__tui_annotate(target, ms->map, evidx, in annotate_browser__run() 366 int hist_entry__tui_annotate(struct hist_entry *he, int evidx, in hist_entry__tui_annotate() argument [all …]
|
/linux-3.4.99/tools/perf/ |
D | builtin-annotate.c | 111 static int hist_entry__tty_annotate(struct hist_entry *he, int evidx, in hist_entry__tty_annotate() argument 114 return symbol__tty_annotate(he->ms.sym, he->ms.map, evidx, in hist_entry__tty_annotate() 118 static void hists__find_annotations(struct hists *self, int evidx, in hists__find_annotations() argument 142 key = hist_entry__tui_annotate(he, evidx, NULL, NULL, 0); in hists__find_annotations() 157 hist_entry__tty_annotate(he, evidx, ann); in hists__find_annotations()
|