Merge tag 'qcom-dts-for-6.7-2' into arm32-for-6.8
[linux-2.6-microblaze.git] / tools / perf / Documentation / guest-files.txt
1 include::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.