guest-files.txt 493 B

12345678910111213141516
  1. include::guestmount.txt[]
  2. --guestkallsyms=<path>::
  3. Guest OS /proc/kallsyms file copy. perf reads it to get guest
  4. kernel symbols. Users copy it out from guest OS.
  5. --guestmodules=<path>::
  6. Guest OS /proc/modules file copy. perf reads it to get guest
  7. kernel module information. Users copy it out from guest OS.
  8. --guestvmlinux=<path>::
  9. Guest OS kernel vmlinux.
  10. --guest-code::
  11. Indicate that guest code can be found in the hypervisor process,
  12. which is a common case for KVM test programs.