Home | History | Annotate | Download | only in util

Lines Matching refs:symbol

6 #include "symbol.h"
68 struct symbol symbol;
77 static inline struct annotation *symbol__annotation(struct symbol *sym)
79 struct sannotation *a = container_of(sym, struct sannotation, symbol);
83 int symbol__inc_addr_samples(struct symbol *sym, struct map *map,
85 int symbol__alloc_hist(struct symbol *sym, int nevents);
86 void symbol__annotate_zero_histograms(struct symbol *sym);
90 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize);
92 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize,
96 int symbol__annotate_init(struct map *map __used, struct symbol *sym);
97 int symbol__annotate_printf(struct symbol *sym, struct map *map, int evidx,
100 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx);
101 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx);
104 int symbol__tty_annotate(struct symbol *sym, struct map *map, int evidx,
109 static inline int symbol__tui_annotate(struct symbol *sym __used,
116 int symbol__tui_annotate(struct symbol *sym, struct map *map, int evidx,