Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching refs:symbol

13 #include "util/symbol.h"
18 static int vmlinux_matches_kallsyms_filter(struct map *map __used, struct symbol *sym)
29 struct symbol *sym;
70 * find the reference relocation * symbol, i.e. the symbol we will use
103 * While doing that look if we find the ref reloc symbol, if we find it
123 struct symbol *pair, *first_pair;
126 sym = rb_entry(nd, struct symbol, rb_node);
138 * kallsyms don't have the symbol end, so we
139 * set that by using the next symbol start - 1,
158 struct symbol *next = rb_entry(nnd, struct symbol, rb_node);
660 "be more verbose (show symbol address, etc)"),