Lines Matching refs:symbol
7 #include "symbol.h"
120 struct symbol symbol;
129 static inline struct annotation *symbol__annotation(struct symbol *sym)
131 struct sannotation *a = container_of(sym, struct sannotation, symbol);
135 int symbol__inc_addr_samples(struct symbol *sym, struct map *map,
137 int symbol__alloc_hist(struct symbol *sym);
138 void symbol__annotate_zero_histograms(struct symbol *sym);
140 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);
149 int symbol__tty_annotate(struct symbol *sym, struct map *map,
154 int symbol__tui_annotate(struct symbol *sym, struct map *map,
158 static inline int symbol__tui_annotate(struct symbol *sym __maybe_unused,
169 int symbol__gtk_annotate(struct symbol *sym, struct map *map,