Lines Matching refs:evidx
488 struct annotation *notes, int evidx, u64 addr) in __symbol__inc_addr_samples() argument
499 h = annotation__histogram(notes, evidx); in __symbol__inc_addr_samples()
505 addr, addr - sym->start, evidx, h->addr[offset]); in __symbol__inc_addr_samples()
510 int evidx, u64 addr) in symbol__inc_addr_samples() argument
523 return __symbol__inc_addr_samples(sym, map, notes, evidx, addr); in symbol__inc_addr_samples()
526 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, int evidx) in addr_map_symbol__inc_samples() argument
528 return symbol__inc_addr_samples(ams->sym, ams->map, evidx, ams->al_addr); in addr_map_symbol__inc_samples()
531 int hist_entry__inc_addr_samples(struct hist_entry *he, int evidx, u64 ip) in hist_entry__inc_addr_samples() argument
533 return symbol__inc_addr_samples(he->ms.sym, he->ms.map, evidx, ip); in hist_entry__inc_addr_samples()
649 double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset, in disasm__calc_percent() argument
666 percent += src_line->p[evidx].percent; in disasm__calc_percent()
670 struct sym_hist *h = annotation__histogram(notes, evidx); in disasm__calc_percent()
1192 int evidx = evsel->idx; in symbol__get_source_line() local
1195 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__get_source_line()
1203 h = annotation__histogram(notes, evidx + i); in symbol__get_source_line()
1226 h = annotation__histogram(notes, evidx + k); in symbol__get_source_line()
1384 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx) in symbol__annotate_zero_histogram() argument
1387 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram()
1392 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx) in symbol__annotate_decay_histogram() argument
1395 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram()