diff options
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r-- | tools/perf/util/symbol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index 8934814d5a64..3f9e4a4d83dd 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
@@ -92,7 +92,7 @@ void dsos__fprintf(FILE *fp); | |||
92 | size_t dsos__fprintf_buildid(FILE *fp); | 92 | size_t dsos__fprintf_buildid(FILE *fp); |
93 | 93 | ||
94 | size_t dso__fprintf_buildid(struct dso *self, FILE *fp); | 94 | size_t dso__fprintf_buildid(struct dso *self, FILE *fp); |
95 | size_t dso__fprintf(struct dso *self, FILE *fp); | 95 | size_t dso__fprintf(struct dso *self, enum map_type type, FILE *fp); |
96 | char dso__symtab_origin(const struct dso *self); | 96 | char dso__symtab_origin(const struct dso *self); |
97 | void dso__set_build_id(struct dso *self, void *build_id); | 97 | void dso__set_build_id(struct dso *self, void *build_id); |
98 | 98 | ||