Lines Matching refs:evidx
468 int evidx, u64 addr) in symbol__inc_addr_samples() argument
484 h = annotation__histogram(notes, evidx); in symbol__inc_addr_samples()
490 addr, addr - sym->start, evidx, h->addr[offset]); in symbol__inc_addr_samples()
606 double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset, in disasm__calc_percent() argument
623 percent += src_line->p[evidx].percent; in disasm__calc_percent()
627 struct sym_hist *h = annotation__histogram(notes, evidx); in disasm__calc_percent()
1089 int evidx = evsel->idx; in symbol__get_source_line() local
1093 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__get_source_line()
1101 h = annotation__histogram(notes, evidx + i); in symbol__get_source_line()
1127 h = annotation__histogram(notes, evidx + k); in symbol__get_source_line()
1295 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx) in symbol__annotate_zero_histogram() argument
1298 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram()
1303 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx) in symbol__annotate_decay_histogram() argument
1306 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram()