Lines Matching refs:symbol
125 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation()
134 int symbol__alloc_hist(struct symbol *sym);
135 void symbol__annotate_zero_histograms(struct symbol *sym);
137 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize);
141 int symbol__annotate_init(struct map *map __maybe_unused, struct symbol *sym);
142 int symbol__annotate_printf(struct symbol *sym, struct map *map,
145 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx);
146 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx);
151 int symbol__tty_annotate(struct symbol *sym, struct map *map,
156 int symbol__tui_annotate(struct symbol *sym, struct map *map,
160 static inline int symbol__tui_annotate(struct symbol *sym __maybe_unused, in symbol__tui_annotate()