diff options
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r-- | tools/perf/util/symbol.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index d7654c23861a..5f720dc076da 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
@@ -156,6 +156,12 @@ struct branch_info { | |||
156 | struct branch_flags flags; | 156 | struct branch_flags flags; |
157 | }; | 157 | }; |
158 | 158 | ||
159 | struct mem_info { | ||
160 | struct addr_map_symbol iaddr; | ||
161 | struct addr_map_symbol daddr; | ||
162 | union perf_mem_data_src data_src; | ||
163 | }; | ||
164 | |||
159 | struct addr_location { | 165 | struct addr_location { |
160 | struct thread *thread; | 166 | struct thread *thread; |
161 | struct map *map; | 167 | struct map *map; |