• Home
  • Raw
  • Download

Lines Matching refs:evidx

53 			     int evidx, u64 addr)  in symbol__inc_addr_samples()  argument
69 h = annotation__histogram(notes, evidx); in symbol__inc_addr_samples()
75 addr, addr - sym->start, evidx, h->addr[offset]); in symbol__inc_addr_samples()
113 int evidx, u64 len, int min_pcnt, in objdump_line__print() argument
127 struct sym_hist *h = annotation__histogram(notes, evidx); in objdump_line__print()
158 objdump_line__print(queue, sym, evidx, len, in objdump_line__print()
403 int evidx, struct rb_root *root, int len, in symbol__get_source_line() argument
411 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__get_source_line()
492 static void symbol__annotate_hits(struct symbol *sym, int evidx) in symbol__annotate_hits() argument
495 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_hits()
505 int symbol__annotate_printf(struct symbol *sym, struct map *map, int evidx, in symbol__annotate_printf() argument
528 symbol__annotate_hits(sym, evidx); in symbol__annotate_printf()
536 switch (objdump_line__print(pos, sym, evidx, len, min_pcnt, in symbol__annotate_printf()
569 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx) in symbol__annotate_zero_histogram() argument
572 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram()
577 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx) in symbol__annotate_decay_histogram() argument
580 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram()
604 int symbol__tty_annotate(struct symbol *sym, struct map *map, int evidx, in symbol__tty_annotate() argument
626 symbol__get_source_line(sym, map, evidx, &source_line, in symbol__tty_annotate()
631 symbol__annotate_printf(sym, map, evidx, full_paths, in symbol__tty_annotate()