Home | History | Annotate | Download | only in util

Lines Matching refs:evidx

468 			     int evidx, u64 addr)
484 h = annotation__histogram(notes, evidx);
489 ", evidx=%d] => %" PRIu64 "\n", sym->start, sym->name,
490 addr, addr - sym->start, evidx, h->addr[offset]);
606 double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset,
623 percent += src_line->p[evidx].percent;
627 struct sym_hist *h = annotation__histogram(notes, evidx);
1089 int evidx = evsel->idx;
1093 struct sym_hist *h = annotation__histogram(notes, evidx);
1101 h = annotation__histogram(notes, evidx + i);
1127 h = annotation__histogram(notes, evidx + k);
1295 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx)
1298 struct sym_hist *h = annotation__histogram(notes, evidx);
1303 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx)
1306 struct sym_hist *h = annotation__histogram(notes, evidx);