diff options
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r-- | tools/perf/util/symbol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index 0a34a5493f1b..51c5a4a08133 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
@@ -80,7 +80,9 @@ int dsos__load_kernel(const char *vmlinux, symbol_filter_t filter, int modules); | |||
80 | struct dso *dsos__findnew(const char *name); | 80 | struct dso *dsos__findnew(const char *name); |
81 | int dso__load(struct dso *self, struct map *map, symbol_filter_t filter); | 81 | int dso__load(struct dso *self, struct map *map, symbol_filter_t filter); |
82 | void dsos__fprintf(FILE *fp); | 82 | void dsos__fprintf(FILE *fp); |
83 | size_t dsos__fprintf_buildid(FILE *fp); | ||
83 | 84 | ||
85 | size_t dso__fprintf_buildid(struct dso *self, FILE *fp); | ||
84 | size_t dso__fprintf(struct dso *self, FILE *fp); | 86 | size_t dso__fprintf(struct dso *self, FILE *fp); |
85 | char dso__symtab_origin(const struct dso *self); | 87 | char dso__symtab_origin(const struct dso *self); |
86 | void dso__set_build_id(struct dso *self, void *build_id); | 88 | void dso__set_build_id(struct dso *self, void *build_id); |