summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/map_symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/map_symbol.h')
-rw-r--r--tools/perf/util/map_symbol.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/map_symbol.h b/tools/perf/util/map_symbol.h
index 5a1aed9f6bb4..f71cbe1a26a9 100644
--- a/tools/perf/util/map_symbol.h
+++ b/tools/perf/util/map_symbol.h
@@ -13,8 +13,7 @@ struct map_symbol {
};
struct addr_map_symbol {
- struct map *map;
- struct symbol *sym;
+ struct map_symbol ms;
u64 addr;
u64 al_addr;
u64 phys_addr;