diff options
Diffstat (limited to 'tools/perf/util/thread.c')
-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, |