aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/map.h')
-rw-r--r--tools/perf/util/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/map.h b/tools/perf/util/map.h
index 86f77cb1d06..b756368076c 100644
--- a/tools/perf/util/map.h
+++ b/tools/perf/util/map.h
@@ -13,6 +13,8 @@ enum map_type {
#define MAP__NR_TYPES (MAP__VARIABLE + 1)
+extern const char *map_type__name[MAP__NR_TYPES];
+
struct dso;
struct ref_reloc_sym;
struct map_groups;