diff options
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r-- | tools/perf/util/symbol.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index ee0b4593db7b..594156e43b10 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
@@ -134,6 +134,7 @@ size_t dsos__fprintf_buildid(FILE *fp); | |||
134 | size_t dso__fprintf_buildid(struct dso *self, FILE *fp); | 134 | size_t dso__fprintf_buildid(struct dso *self, FILE *fp); |
135 | size_t dso__fprintf(struct dso *self, enum map_type type, FILE *fp); | 135 | size_t dso__fprintf(struct dso *self, enum map_type type, FILE *fp); |
136 | char dso__symtab_origin(const struct dso *self); | 136 | char dso__symtab_origin(const struct dso *self); |
137 | void dso__set_long_name(struct dso *self, char *name); | ||
137 | void dso__set_build_id(struct dso *self, void *build_id); | 138 | void dso__set_build_id(struct dso *self, void *build_id); |
138 | struct symbol *dso__find_symbol(struct dso *self, enum map_type type, u64 addr); | 139 | struct symbol *dso__find_symbol(struct dso *self, enum map_type type, u64 addr); |
139 | struct symbol *dso__find_symbol_by_name(struct dso *self, enum map_type type, | 140 | struct symbol *dso__find_symbol_by_name(struct dso *self, enum map_type type, |
@@ -151,5 +152,7 @@ bool symbol_type__is_a(char symbol_type, enum map_type map_type); | |||
151 | 152 | ||
152 | int perf_session__create_kernel_maps(struct perf_session *self); | 153 | int perf_session__create_kernel_maps(struct perf_session *self); |
153 | 154 | ||
155 | struct map *perf_session__new_module_map(struct perf_session *self, u64 start, | ||
156 | const char *filename); | ||
154 | extern struct dso *vdso; | 157 | extern struct dso *vdso; |
155 | #endif /* __PERF_SYMBOL */ | 158 | #endif /* __PERF_SYMBOL */ |