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 5ad1019607dd..546eb766d81e 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
@@ -89,7 +89,7 @@ char dso__symtab_origin(const struct dso *self); | |||
89 | void dso__set_build_id(struct dso *self, void *build_id); | 89 | void dso__set_build_id(struct dso *self, void *build_id); |
90 | 90 | ||
91 | int filename__read_build_id(const char *filename, void *bf, size_t size); | 91 | int filename__read_build_id(const char *filename, void *bf, size_t size); |
92 | bool fetch_build_id_table(struct list_head *head); | 92 | bool dsos__read_build_ids(void); |
93 | int build_id__sprintf(u8 *self, int len, char *bf); | 93 | int build_id__sprintf(u8 *self, int len, char *bf); |
94 | 94 | ||
95 | int load_kernel(symbol_filter_t filter); | 95 | int load_kernel(symbol_filter_t filter); |