diff options
Diffstat (limited to 'tools/perf/util/machine.c')
| -rw-r--r-- | tools/perf/util/machine.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/machine.c b/tools/perf/util/machine.c index 09d5c66d4087..751454bcde69 100644 --- a/tools/perf/util/machine.c +++ b/tools/perf/util/machine.c | |||
| @@ -763,8 +763,7 @@ static int map_groups__set_modules_path_dir(struct map_groups *mg, | |||
| 763 | ret = -1; | 763 | ret = -1; |
| 764 | goto out; | 764 | goto out; |
| 765 | } | 765 | } |
| 766 | dso__set_long_name(map->dso, long_name); | 766 | dso__set_long_name(map->dso, long_name, true); |
| 767 | map->dso->long_name_allocated = 1; | ||
| 768 | dso__kernel_module_get_build_id(map->dso, ""); | 767 | dso__kernel_module_get_build_id(map->dso, ""); |
| 769 | } | 768 | } |
| 770 | } | 769 | } |
