diff options
Diffstat (limited to 'tools/perf/util/symbol.h')
| -rw-r--r-- | tools/perf/util/symbol.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index 51c401307bf1..cf99f88adf39 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
| @@ -76,8 +76,6 @@ struct dso { | |||
| 76 | struct list_head node; | 76 | struct list_head node; |
| 77 | struct rb_root symbols[MAP__NR_TYPES]; | 77 | struct rb_root symbols[MAP__NR_TYPES]; |
| 78 | struct rb_root symbol_names[MAP__NR_TYPES]; | 78 | struct rb_root symbol_names[MAP__NR_TYPES]; |
| 79 | struct symbol *(*find_symbol)(struct dso *self, | ||
| 80 | enum map_type type, u64 addr); | ||
| 81 | u8 adjust_symbols:1; | 79 | u8 adjust_symbols:1; |
| 82 | u8 slen_calculated:1; | 80 | u8 slen_calculated:1; |
| 83 | u8 has_build_id:1; | 81 | u8 has_build_id:1; |
| @@ -109,6 +107,7 @@ size_t dso__fprintf_buildid(struct dso *self, FILE *fp); | |||
| 109 | size_t dso__fprintf(struct dso *self, enum map_type type, FILE *fp); | 107 | size_t dso__fprintf(struct dso *self, enum map_type type, FILE *fp); |
| 110 | char dso__symtab_origin(const struct dso *self); | 108 | char dso__symtab_origin(const struct dso *self); |
| 111 | void dso__set_build_id(struct dso *self, void *build_id); | 109 | void dso__set_build_id(struct dso *self, void *build_id); |
| 110 | struct symbol *dso__find_symbol(struct dso *self, enum map_type type, u64 addr); | ||
| 112 | struct symbol *dso__find_symbol_by_name(struct dso *self, enum map_type type, | 111 | struct symbol *dso__find_symbol_by_name(struct dso *self, enum map_type type, |
| 113 | const char *name); | 112 | const char *name); |
| 114 | 113 | ||
