diff options
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r-- | tools/perf/util/symbol.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index 0da2455d5b90..a4a894b8ea03 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
@@ -88,6 +88,11 @@ struct ref_reloc_sym { | |||
88 | u64 unrelocated_addr; | 88 | u64 unrelocated_addr; |
89 | }; | 89 | }; |
90 | 90 | ||
91 | struct map_symbol { | ||
92 | struct map *map; | ||
93 | struct symbol *sym; | ||
94 | }; | ||
95 | |||
91 | struct addr_location { | 96 | struct addr_location { |
92 | struct thread *thread; | 97 | struct thread *thread; |
93 | struct map *map; | 98 | struct map *map; |