Lines Matching refs:sym
141 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation() argument
143 return (void *)sym - symbol_conf.priv_size; in symbol__annotation()
154 int symbol__alloc_hist(struct symbol *sym);
155 void symbol__annotate_zero_histograms(struct symbol *sym);
157 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize);
161 int symbol__annotate_init(struct map *map __maybe_unused, struct symbol *sym);
162 int symbol__annotate_printf(struct symbol *sym, struct map *map,
165 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx);
166 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx);
171 int symbol__tty_annotate(struct symbol *sym, struct map *map,
176 int symbol__tui_annotate(struct symbol *sym, struct map *map,
180 static inline int symbol__tui_annotate(struct symbol *sym __maybe_unused, in symbol__tui_annotate()