https://github.com/torvalds/linux
Raw File
Tip revision: 2ccdd1b13c591d306f0401d98dedc4bdcd02b421 authored by Linus Torvalds on 13 August 2023, 18:29:55 UTC
Linux 6.5-rc6
Tip revision: 2ccdd1b
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