diff options
Diffstat (limited to 'tools/perf/util/symbol-minimal.c')
-rw-r--r-- | tools/perf/util/symbol-minimal.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/util/symbol-minimal.c b/tools/perf/util/symbol-minimal.c index 7747ea6d7e97..6738ea128c90 100644 --- a/tools/perf/util/symbol-minimal.c +++ b/tools/perf/util/symbol-minimal.c | |||
@@ -260,6 +260,12 @@ out_close: | |||
260 | return -1; | 260 | return -1; |
261 | } | 261 | } |
262 | 262 | ||
263 | bool symsrc__possibly_runtime(struct symsrc *ss __used) | ||
264 | { | ||
265 | /* Assume all sym sources could be a runtime image. */ | ||
266 | return true; | ||
267 | } | ||
268 | |||
263 | bool symsrc__has_symtab(struct symsrc *ss __used) | 269 | bool symsrc__has_symtab(struct symsrc *ss __used) |
264 | { | 270 | { |
265 | return false; | 271 | return false; |