perf symbols: Add missing "Variables" entry to map_type__name
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 11 Dec 2009 17:23:28 +0000 (15:23 -0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 12 Dec 2009 06:42:10 +0000 (07:42 +0100)
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <1260552208-6824-1-git-send-email-acme@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/util/thread.c

index a1285129c831b12d6079a6d598e0f3e5de437d62..b68a00ea41210cbb69a80d41794700d0bfaccb97 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,