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 25d9c03 commit f7a46e0Copy full SHA for f7a46e0
tools/perf/util/machine.c
@@ -1462,8 +1462,6 @@ static int machine__create_modules(struct machine *machine)
1462
if (modules__parse(modules, machine, machine__create_module))
1463
return -1;
1464
1465
- maps__fixup_end(machine__kernel_maps(machine));
1466
-
1467
if (!machine__set_modules_path(machine))
1468
return 0;
1469
@@ -1557,6 +1555,8 @@ int machine__create_kernel_maps(struct machine *machine)
1557
1555
}
1558
1556
1559
+ maps__fixup_end(machine__kernel_maps(machine));
+
1560
out_put:
1561
dso__put(kernel);
1562
return ret;
0 commit comments