evidx              29 tools/perf/ui/gtk/annotate.c 				 struct disasm_line *dl, int evidx)
evidx              41 tools/perf/ui/gtk/annotate.c 	symhist = annotation__histogram(symbol__annotation(sym), evidx);
evidx             864 tools/perf/util/annotate.c 				      struct annotated_source *src, int evidx, u64 addr,
evidx             880 tools/perf/util/annotate.c 	h = annotated_source__histogram(src, evidx);
evidx             893 tools/perf/util/annotate.c 		  sym->start, sym->name, addr, addr - sym->start, evidx,
evidx            2463 tools/perf/util/annotate.c void symbol__annotate_zero_histogram(struct symbol *sym, int evidx)
evidx            2466 tools/perf/util/annotate.c 	struct sym_hist *h = annotation__histogram(notes, evidx);
evidx            2471 tools/perf/util/annotate.c void symbol__annotate_decay_histogram(struct symbol *sym, int evidx)
evidx            2474 tools/perf/util/annotate.c 	struct sym_hist *h = annotation__histogram(notes, evidx);
evidx             387 tools/perf/util/annotate.h void symbol__annotate_zero_histogram(struct symbol *sym, int evidx);
evidx             388 tools/perf/util/annotate.h void symbol__annotate_decay_histogram(struct symbol *sym, int evidx);