Lines Matching refs:evidx
544 struct annotation *notes, int evidx, u64 addr) in __symbol__inc_addr_samples() argument
558 h = annotation__histogram(notes, evidx); in __symbol__inc_addr_samples()
564 addr, addr - sym->start, evidx, h->addr[offset]); in __symbol__inc_addr_samples()
584 int evidx, u64 addr) in symbol__inc_addr_samples() argument
593 return __symbol__inc_addr_samples(sym, map, notes, evidx, addr); in symbol__inc_addr_samples()
657 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, int evidx) in addr_map_symbol__inc_samples() argument
659 return symbol__inc_addr_samples(ams->sym, ams->map, evidx, ams->al_addr); in addr_map_symbol__inc_samples()
662 int hist_entry__inc_addr_samples(struct hist_entry *he, int evidx, u64 ip) in hist_entry__inc_addr_samples() argument
664 return symbol__inc_addr_samples(he->ms.sym, he->ms.map, evidx, ip); in hist_entry__inc_addr_samples()
780 double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset, in disasm__calc_percent() argument
798 percent += src_line->samples[evidx].percent; in disasm__calc_percent()
799 *nr_samples += src_line->samples[evidx].nr; in disasm__calc_percent()
803 struct sym_hist *h = annotation__histogram(notes, evidx); in disasm__calc_percent()
1358 int evidx = evsel->idx; in symbol__get_source_line() local
1361 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__get_source_line()
1369 h = annotation__histogram(notes, evidx + i); in symbol__get_source_line()
1392 h = annotation__histogram(notes, evidx + k); in symbol__get_source_line()
1550 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx) in symbol__annotate_zero_histogram() argument
1553 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram()
1558 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx) in symbol__annotate_decay_histogram() argument
1561 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram()