Lines Matching refs:map_symbol
211 static int __symbol__inc_addr_samples(struct map_symbol *ms, in __symbol__inc_addr_samples()
316 static int symbol__inc_addr_samples(struct map_symbol *ms, in symbol__inc_addr_samples()
964 int symbol__annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__annotate()
1172 int symbol__annotate_printf(struct map_symbol *ms, struct evsel *evsel) in symbol__annotate_printf()
1336 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel) in map_symbol__annotation_dump()
1550 void annotation__toggle_full_addr(struct annotation *notes, struct map_symbol *ms) in annotation__toggle_full_addr()
1562 static void annotation__calc_lines(struct annotation *notes, struct map_symbol *ms, in annotation__calc_lines()
1595 static void symbol__calc_lines(struct map_symbol *ms, struct rb_root *root) in symbol__calc_lines()
1602 int symbol__tty_annotate2(struct map_symbol *ms, struct evsel *evsel) in symbol__tty_annotate2()
1637 int symbol__tty_annotate(struct map_symbol *ms, struct evsel *evsel) in symbol__tty_annotate()
2077 int symbol__annotate2(struct map_symbol *ms, struct evsel *evsel, in symbol__annotate2()
2538 u64 annotate_calc_pcrel(struct map_symbol *ms, u64 ip, int offset, in annotate_calc_pcrel()
2587 struct map_symbol *ms = &he->ms; in hist_entry__get_data_type()