aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r--tools/perf/util/symbol.h5
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
91struct map_symbol {
92 struct map *map;
93 struct symbol *sym;
94};
95
91struct addr_location { 96struct addr_location {
92 struct thread *thread; 97 struct thread *thread;
93 struct map *map; 98 struct map *map;