Lines Matching refs:guest
6 perf-kvm - Tool to trace/measure kvm guest os
11 'perf kvm' [--host] [--guest] [--guestmount=<path>
14 'perf kvm' [--host] [--guest] [--guestkallsyms=<path> --guestmodules=<path>
22 a performance counter profile of guest os in realtime
27 --host and --guest are input, the perf data file name is perf.data.kvm.
28 If there is no --host but --guest, the file name is perf.data.guest.
29 If there is no --guest but --host, the file name is perf.data.host.
51 --guest=::
52 Collect guest side performance profile.
54 Guest os root file system mount directory. Users mounts guest os
56 typically, sshfs. For example, start 2 guest os. The one's pid is 8888
61 #perf kvm --host --guest --guestmount=~/guestmount top
63 Guest os /proc/kallsyms file copy. 'perf' kvm' reads it to get guest
64 kernel symbols. Users copy it out from guest os.
66 Guest os /proc/modules file copy. 'perf' kvm' reads it to get guest
67 kernel module information. Users copy it out from guest os.