0001 include::guestmount.txt[]
0002
0003 --guestkallsyms=<path>::
0004 Guest OS /proc/kallsyms file copy. perf reads it to get guest
0005 kernel symbols. Users copy it out from guest OS.
0006
0007 --guestmodules=<path>::
0008 Guest OS /proc/modules file copy. perf reads it to get guest
0009 kernel module information. Users copy it out from guest OS.
0010
0011 --guestvmlinux=<path>::
0012 Guest OS kernel vmlinux.
0013
0014 --guest-code::
0015 Indicate that guest code can be found in the hypervisor process,
0016 which is a common case for KVM test programs.