diff options
Diffstat (limited to 'tools/perf/util/map.h')
| -rw-r--r-- | tools/perf/util/map.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/map.h b/tools/perf/util/map.h index 5b51bbd2f734..78575796d5f3 100644 --- a/tools/perf/util/map.h +++ b/tools/perf/util/map.h | |||
| @@ -29,7 +29,8 @@ struct map { | |||
| 29 | }; | 29 | }; |
| 30 | u64 start; | 30 | u64 start; |
| 31 | u64 end; | 31 | u64 end; |
| 32 | enum map_type type; | 32 | u8 /* enum map_type */ type; |
| 33 | bool referenced; | ||
| 33 | u32 priv; | 34 | u32 priv; |
| 34 | u64 pgoff; | 35 | u64 pgoff; |
| 35 | 36 | ||
