https://github.com/torvalds/linux
Raw File
Tip revision: 2dde18cd1d8fac735875f2e4987f11817cc0bc2c authored by Linus Torvalds on 27 August 2023, 21:49:51 UTC
Linux 6.5
Tip revision: 2dde18c
guest-files.txt
include::guestmount.txt[]

--guestkallsyms=<path>::
	Guest OS /proc/kallsyms file copy. perf reads it to get guest
	kernel symbols. Users copy it out from guest OS.

--guestmodules=<path>::
	Guest OS /proc/modules file copy. perf reads it to get guest
	kernel module information. Users copy it out from guest OS.

--guestvmlinux=<path>::
	Guest OS kernel vmlinux.

--guest-code::
	Indicate that guest code can be found in the hypervisor process,
	which is a common case for KVM test programs.
back to top