/external/linux-tools-perf/util/ |
D | annotate.h | 84 int evidx, u64 addr); 97 int symbol__annotate_printf(struct symbol *sym, struct map *map, int evidx, 100 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx); 101 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx); 104 int symbol__tty_annotate(struct symbol *sym, struct map *map, int evidx, 111 int evidx __used, int refresh __used) in symbol__tui_annotate() 116 int symbol__tui_annotate(struct symbol *sym, struct map *map, int evidx,
|
D | annotate.c | 53 int evidx, u64 addr) in symbol__inc_addr_samples() argument 69 h = annotation__histogram(notes, evidx); in symbol__inc_addr_samples() 75 addr, addr - sym->start, evidx, h->addr[offset]); in symbol__inc_addr_samples() 113 int evidx, u64 len, int min_pcnt, in objdump_line__print() argument 127 struct sym_hist *h = annotation__histogram(notes, evidx); in objdump_line__print() 158 objdump_line__print(queue, sym, evidx, len, in objdump_line__print() 403 int evidx, struct rb_root *root, int len, in symbol__get_source_line() argument 411 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__get_source_line() 492 static void symbol__annotate_hits(struct symbol *sym, int evidx) in symbol__annotate_hits() argument 495 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_hits() [all …]
|
D | hist.h | 84 int hist_entry__inc_addr_samples(struct hist_entry *self, int evidx, u64 addr); 105 int evidx __used) in hist_entry__tui_annotate() 113 int hist_entry__tui_annotate(struct hist_entry *self, int evidx);
|
D | hist.c | 965 int hist_entry__inc_addr_samples(struct hist_entry *he, int evidx, u64 ip) in hist_entry__inc_addr_samples() argument 967 return symbol__inc_addr_samples(he->ms.sym, he->ms.map, evidx, ip); in hist_entry__inc_addr_samples()
|
/external/linux-tools-perf/util/ui/browsers/ |
D | annotate.c | 64 struct symbol *sym, int evidx) in objdump_line__calc_percent() argument 73 struct sym_hist *h = annotation__histogram(notes, evidx); in objdump_line__calc_percent() 142 int evidx) in annotate_browser__calc_percent() argument 154 rbpos->percent = objdump_line__calc_percent(pos, sym, evidx); in annotate_browser__calc_percent() 166 static int annotate_browser__run(struct annotate_browser *self, int evidx, in annotate_browser__run() argument 185 annotate_browser__calc_percent(self, evidx); in annotate_browser__run() 199 annotate_browser__calc_percent(self, evidx); in annotate_browser__run() 216 symbol__annotate_decay_histogram(sym, evidx); in annotate_browser__run() 249 int hist_entry__tui_annotate(struct hist_entry *he, int evidx) in hist_entry__tui_annotate() argument 251 return symbol__tui_annotate(he->ms.sym, he->ms.map, evidx, 0); in hist_entry__tui_annotate() [all …]
|
/external/linux-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 113 return symbol__tty_annotate(he->ms.sym, he->ms.map, evidx, in hist_entry__tty_annotate() 117 static void hists__find_annotations(struct hists *self, int evidx) in hists__find_annotations() argument 140 key = hist_entry__tui_annotate(he, evidx); in hists__find_annotations() 155 hist_entry__tty_annotate(he, evidx); in hists__find_annotations()
|