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