diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-12-11 12:23:28 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-12-12 01:42:10 -0500 |
commit | 22ccec57f8732de22fd87bce43e8edcb71453c72 (patch) | |
tree | 866984740f95fbd593b025b76e2b9a5f08abe4fb /tools | |
parent | f1dfa0b1c1a90d4d3bf515ab04a6b6222e086293 (diff) |
perf symbols: Add missing "Variables" entry to map_type__name
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/util/thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/thread.c b/tools/perf/util/thread.c index a1285129c831..b68a00ea4121 100644 --- a/tools/perf/util/thread.c +++ b/tools/perf/util/thread.c | |||
@@ -54,6 +54,7 @@ int thread__comm_len(struct thread *self) | |||
54 | 54 | ||
55 | static const char *map_type__name[MAP__NR_TYPES] = { | 55 | static const char *map_type__name[MAP__NR_TYPES] = { |
56 | [MAP__FUNCTION] = "Functions", | 56 | [MAP__FUNCTION] = "Functions", |
57 | [MAP__VARIABLE] = "Variables", | ||
57 | }; | 58 | }; |
58 | 59 | ||
59 | static size_t __map_groups__fprintf_maps(struct map_groups *self, | 60 | static size_t __map_groups__fprintf_maps(struct map_groups *self, |