Merge tag '9p-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
[linux-2.6-block.git] / tools / perf / Documentation / guest-files.txt
CommitLineData
53e76d35
AH
1include::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.