diff options
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r-- | tools/perf/util/symbol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index 34760a2fc606..10b7ff859ce0 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
@@ -110,7 +110,8 @@ struct addr_location { | |||
110 | u64 addr; | 110 | u64 addr; |
111 | char level; | 111 | char level; |
112 | bool filtered; | 112 | bool filtered; |
113 | unsigned int cpumode; | 113 | u8 cpumode; |
114 | s32 cpu; | ||
114 | }; | 115 | }; |
115 | 116 | ||
116 | enum dso_kernel_type { | 117 | enum dso_kernel_type { |