Lines Matching refs:symbol
29 struct symbol *sym;
187 bool disasm_line__is_valid_local_jump(struct disasm_line *dl, struct symbol *sym);
215 void symbol__calc_percent(struct symbol *sym, struct perf_evsel *evsel);
304 void annotation__mark_jump_targets(struct annotation *notes, struct symbol *sym);
306 void annotation__init_column_widths(struct annotation *notes, struct symbol *sym);
318 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation()
333 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
334 void symbol__annotate_zero_histograms(struct symbol *sym);
336 int symbol__annotate(struct symbol *sym, struct map *map,
340 int symbol__annotate2(struct symbol *sym, struct map *map,
362 int symbol__strerror_disassemble(struct symbol *sym, struct map *map,
365 int symbol__annotate_printf(struct symbol *sym, struct map *map,
368 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx);
369 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx);
377 int symbol__tty_annotate(struct symbol *sym, struct map *map,
380 int symbol__tty_annotate2(struct symbol *sym, struct map *map,
384 int symbol__tui_annotate(struct symbol *sym, struct map *map,
389 static inline int symbol__tui_annotate(struct symbol *sym __maybe_unused, in symbol__tui_annotate()