Lines Matching refs:symbol
24 struct symbol;
37 struct symbol *sym;
196 bool disasm_line__is_valid_local_jump(struct disasm_line *dl, struct symbol *sym);
224 void symbol__calc_percent(struct symbol *sym, struct evsel *evsel);
318 void annotation__mark_jump_targets(struct annotation *notes, struct symbol *sym);
320 void annotation__init_column_widths(struct annotation *notes, struct symbol *sym);
332 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation()
347 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
348 void symbol__annotate_zero_histograms(struct symbol *sym);
350 int symbol__annotate(struct symbol *sym, struct map *map,
354 int symbol__annotate2(struct symbol *sym, struct map *map,
381 int symbol__strerror_disassemble(struct symbol *sym, struct map *map,
384 int symbol__annotate_printf(struct symbol *sym, struct map *map,
387 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx);
388 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx);
396 int symbol__tty_annotate(struct symbol *sym, struct map *map,
399 int symbol__tty_annotate2(struct symbol *sym, struct map *map,
403 int symbol__tui_annotate(struct symbol *sym, struct map *map,
408 static inline int symbol__tui_annotate(struct symbol *sym __maybe_unused, in symbol__tui_annotate()