Searched defs:evidx (Results 1 - 4 of 4) sorted by relevance

/external/linux-tools-perf/
H A Dbuiltin-annotate.c111 static int hist_entry__tty_annotate(struct hist_entry *he, int evidx) argument
113 return symbol__tty_annotate(he->ms.sym, he->ms.map, evidx,
117 static void hists__find_annotations(struct hists *self, int evidx) argument
140 key = hist_entry__tui_annotate(he, evidx);
155 hist_entry__tty_annotate(he, evidx);
/external/linux-tools-perf/util/ui/browsers/
H A Dannotate.c64 struct symbol *sym, int evidx)
73 struct sym_hist *h = annotation__histogram(notes, evidx);
142 int evidx)
154 rbpos->percent = objdump_line__calc_percent(pos, sym, evidx);
166 static int annotate_browser__run(struct annotate_browser *self, int evidx, argument
185 annotate_browser__calc_percent(self, evidx);
199 annotate_browser__calc_percent(self, evidx);
216 symbol__annotate_decay_histogram(sym, evidx);
249 int hist_entry__tui_annotate(struct hist_entry *he, int evidx) argument
251 return symbol__tui_annotate(he->ms.sym, he->ms.map, evidx,
63 objdump_line__calc_percent(struct objdump_line *self, struct symbol *sym, int evidx) argument
141 annotate_browser__calc_percent(struct annotate_browser *browser, int evidx) argument
254 symbol__tui_annotate(struct symbol *sym, struct map *map, int evidx, int refresh) argument
[all...]
/external/linux-tools-perf/util/
H A Dannotate.c53 int evidx, u64 addr)
69 h = annotation__histogram(notes, evidx);
74 ", evidx=%d] => %" PRIu64 "\n", sym->start, sym->name,
75 addr, addr - sym->start, evidx, h->addr[offset]);
113 int evidx, u64 len, int min_pcnt,
127 struct sym_hist *h = annotation__histogram(notes, evidx);
158 objdump_line__print(queue, sym, evidx, len,
403 int evidx, struct rb_root *root, int len,
411 struct sym_hist *h = annotation__histogram(notes, evidx);
492 static void symbol__annotate_hits(struct symbol *sym, int evidx) argument
52 symbol__inc_addr_samples(struct symbol *sym, struct map *map, int evidx, u64 addr) argument
112 objdump_line__print(struct objdump_line *oline, struct symbol *sym, int evidx, u64 len, int min_pcnt, int printed, int max_lines, struct objdump_line *queue) argument
402 symbol__get_source_line(struct symbol *sym, struct map *map, int evidx, struct rb_root *root, int len, const char *filename) argument
505 symbol__annotate_printf(struct symbol *sym, struct map *map, int evidx, bool full_paths, int min_pcnt, int max_lines, int context) argument
569 symbol__annotate_zero_histogram(struct symbol *sym, int evidx) argument
577 symbol__annotate_decay_histogram(struct symbol *sym, int evidx) argument
604 symbol__tty_annotate(struct symbol *sym, struct map *map, int evidx, bool print_lines, bool full_paths, int min_pcnt, int max_lines) argument
[all...]
H A Dhist.c965 int hist_entry__inc_addr_samples(struct hist_entry *he, int evidx, u64 ip) argument
967 return symbol__inc_addr_samples(he->ms.sym, he->ms.map, evidx, ip);

Completed in 74 milliseconds