diff --git a/tools/perf/util/thread.c b/tools/perf/util/thread.c
index a1285129c831b12d6079a6d598e0f3e5de437d62..b68a00ea41210cbb69a80d41794700d0bfaccb97 100644
--- a/tools/perf/util/thread.c
+++ b/tools/perf/util/thread.c
@@ -54,6 +54,7 @@ int thread__comm_len(struct thread *self)
 
 static const char *map_type__name[MAP__NR_TYPES] = {
 	[MAP__FUNCTION] = "Functions",
+	[MAP__VARIABLE] = "Variables",
 };
 
 static size_t __map_groups__fprintf_maps(struct map_groups *self,