Lines Matching refs:symbol
120 struct symbol symbol; member
129 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation()
131 struct sannotation *a = container_of(sym, struct sannotation, symbol); in symbol__annotation()
139 int symbol__alloc_hist(struct symbol *sym);
140 void symbol__annotate_zero_histograms(struct symbol *sym);
142 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize);
146 int symbol__annotate_init(struct map *map __maybe_unused, struct symbol *sym);
147 int symbol__annotate_printf(struct symbol *sym, struct map *map,
150 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx);
151 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx);
156 int symbol__tty_annotate(struct symbol *sym, struct map *map,
161 int symbol__tui_annotate(struct symbol *sym, struct map *map,
165 static inline int symbol__tui_annotate(struct symbol *sym __maybe_unused, in symbol__tui_annotate()