diff options
Diffstat (limited to 'tools/perf/util/symbol-minimal.c')
-rw-r--r-- | tools/perf/util/symbol-minimal.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/perf/util/symbol-minimal.c b/tools/perf/util/symbol-minimal.c index a7390cde63bc..3a802c300fc5 100644 --- a/tools/perf/util/symbol-minimal.c +++ b/tools/perf/util/symbol-minimal.c | |||
@@ -301,6 +301,13 @@ int dso__load_sym(struct dso *dso, struct map *map __maybe_unused, | |||
301 | return 0; | 301 | return 0; |
302 | } | 302 | } |
303 | 303 | ||
304 | int file__read_maps(int fd __maybe_unused, bool exe __maybe_unused, | ||
305 | mapfn_t mapfn __maybe_unused, void *data __maybe_unused, | ||
306 | bool *is_64_bit __maybe_unused) | ||
307 | { | ||
308 | return -1; | ||
309 | } | ||
310 | |||
304 | void symbol__elf_init(void) | 311 | void symbol__elf_init(void) |
305 | { | 312 | { |
306 | } | 313 | } |