Lines Matching refs:evidx
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()
254 int symbol__tui_annotate(struct symbol *sym, struct map *map, int evidx, in symbol__tui_annotate() argument
296 ret = annotate_browser__run(&browser, evidx, refresh); in symbol__tui_annotate()