I am trying to control a guest OS with primary kvm. I recorded performance using the perf kvm record option, and generated a report using the perf kvm report. For recording and reporting, I used kallsyms guest OSs and modules, as described here .
The problem is that when I generate reports using the primary kvm report, a lot of the โcommon objectโ is unknown, because the primary kvm report cannot find characters. The following is the terminal output when I run the report.
root@computer1 :/
And below is the part of the output that I redirected to a file where you can easily see the "unknowns".
I read here that I need to install the dbgsym package, which I cannot understand for sure. (Note: I'm not new to Linux, but not an expert). I also tried to run the above command in the root folder, because I read somewhere that this could be an absolute path problem, etc., but to no avail.
I want to know how to deal with this problem of unknowns in the perf kvm report.
thanks
source share