diff options
Diffstat (limited to 'tools/perf/util/map.h')
-rw-r--r-- | tools/perf/util/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/map.h b/tools/perf/util/map.h index 03a1e9b08b21..1e183d1ae581 100644 --- a/tools/perf/util/map.h +++ b/tools/perf/util/map.h | |||
@@ -115,6 +115,7 @@ void map__init(struct map *self, enum map_type type, | |||
115 | struct map *map__new(struct list_head *dsos__list, u64 start, u64 len, | 115 | struct map *map__new(struct list_head *dsos__list, u64 start, u64 len, |
116 | u64 pgoff, u32 pid, char *filename, | 116 | u64 pgoff, u32 pid, char *filename, |
117 | enum map_type type); | 117 | enum map_type type); |
118 | struct map *map__new2(u64 start, struct dso *dso, enum map_type type); | ||
118 | void map__delete(struct map *self); | 119 | void map__delete(struct map *self); |
119 | struct map *map__clone(struct map *self); | 120 | struct map *map__clone(struct map *self); |
120 | int map__overlap(struct map *l, struct map *r); | 121 | int map__overlap(struct map *l, struct map *r); |