We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f73070 commit 54c6052Copy full SHA for 54c6052
tools/perf/util/machine.c
@@ -1468,8 +1468,6 @@ static int machine__create_modules(struct machine *machine)
1468
if (modules__parse(modules, machine, machine__create_module))
1469
return -1;
1470
1471
- maps__fixup_end(machine__kernel_maps(machine));
1472
-
1473
if (!machine__set_modules_path(machine))
1474
return 0;
1475
@@ -1563,6 +1561,8 @@ int machine__create_kernel_maps(struct machine *machine)
1563
1561
}
1564
1562
1565
+ maps__fixup_end(machine__kernel_maps(machine));
+
1566
out_put:
1567
dso__put(kernel);
1568
return ret;
0 commit comments