|
@@ -1106,6 +1106,9 @@ static int machine__process_kernel_mmap_event(struct machine *machine,
|
|
|
if (__machine__create_kernel_maps(machine, kernel) < 0)
|
|
|
goto out_problem;
|
|
|
|
|
|
+ if (strstr(dso->long_name, "vmlinux"))
|
|
|
+ dso__set_short_name(dso, "[kernel.vmlinux]", false);
|
|
|
+
|
|
|
machine__set_kernel_mmap_len(machine, event);
|
|
|
|
|
|
/*
|