Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/tools/perf/Documentation/guest-files.txt
26282 views
1
include::guestmount.txt[]
2
3
--guestkallsyms=<path>::
4
Guest OS /proc/kallsyms file copy. perf reads it to get guest
5
kernel symbols. Users copy it out from guest OS.
6
7
--guestmodules=<path>::
8
Guest OS /proc/modules file copy. perf reads it to get guest
9
kernel module information. Users copy it out from guest OS.
10
11
--guestvmlinux=<path>::
12
Guest OS kernel vmlinux.
13
14
--guest-code::
15
Indicate that guest code can be found in the hypervisor process,
16
which is a common case for KVM test programs.
17
18