Searched refs:evidx (Results 1 – 3 of 3) sorted by relevance
/tools/perf/ui/gtk/ |
D | annotate.c | 29 struct disasm_line *dl, int evidx) in perf_gtk__get_percent() argument 41 symhist = annotation__histogram(symbol__annotation(sym), evidx); in perf_gtk__get_percent()
|
/tools/perf/util/ |
D | annotate.h | 387 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx); 388 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx);
|
D | annotate.c | 864 struct annotated_source *src, int evidx, u64 addr, in __symbol__inc_addr_samples() argument 880 h = annotated_source__histogram(src, evidx); in __symbol__inc_addr_samples() 893 sym->start, sym->name, addr, addr - sym->start, evidx, in __symbol__inc_addr_samples() 2467 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx) in symbol__annotate_zero_histogram() argument 2470 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram() 2475 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx) in symbol__annotate_decay_histogram() argument 2478 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram()
|