|
@@ -54,6 +54,7 @@ int thread__comm_len(struct thread *self)
|
|
|
|
|
|
static const char *map_type__name[MAP__NR_TYPES] = {
|
|
static const char *map_type__name[MAP__NR_TYPES] = {
|
|
[MAP__FUNCTION] = "Functions",
|
|
[MAP__FUNCTION] = "Functions",
|
|
|
|
+ [MAP__VARIABLE] = "Variables",
|
|
};
|
|
};
|
|
|
|
|
|
static size_t __map_groups__fprintf_maps(struct map_groups *self,
|
|
static size_t __map_groups__fprintf_maps(struct map_groups *self,
|