perf symbols: Add missing "Variables" entry to map_type__name
[safe/jmp/linux-2.6] / tools / perf / util / thread.c
index a128512..b68a00e 100644 (file)
@@ -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,