@@ -487,29 +487,6 @@ include::itrace.txt[]
487487 For itrace only show specified functions and their callees for
488488 itrace. Multiple functions can be separated by comma.
489489
490- --guestmount=<path>::
491- Guest OS root file system mount directory. Users mount guest OS
492- root directories under <path> by a specific filesystem access method,
493- typically, sshfs.
494- For example, start 2 guest OS, one's pid is 8888 and the other's is 9999:
495- [verse]
496- $ mkdir \~/guestmount
497- $ cd \~/guestmount
498- $ sshfs -o allow_other,direct_io -p 5551 localhost:/ 8888/
499- $ sshfs -o allow_other,direct_io -p 5552 localhost:/ 9999/
500- $ perf script --guestmount=~/guestmount
501-
502- --guestkallsyms=<path>::
503- Guest OS /proc/kallsyms file copy. perf reads it to get guest
504- kernel symbols. Users copy it out from guest OS.
505-
506- --guestmodules=<path>::
507- Guest OS /proc/modules file copy. perf reads it to get guest
508- kernel module information. Users copy it out from guest OS.
509-
510- --guestvmlinux=<path>::
511- Guest OS kernel vmlinux.
512-
513490--switch-on EVENT_NAME::
514491 Only consider events after this event is found.
515492
@@ -530,9 +507,9 @@ include::itrace.txt[]
530507 The known limitations include exception handing such as
531508 setjmp/longjmp will have calls/returns not match.
532509
533- --guest-code::
534- Indicate that guest code can be found in the hypervisor process,
535- which is a common case for KVM test programs.
510+ :GMEXAMPLECMD: script
511+ :GMEXAMPLESUBCMD:
512+ include::guest-files.txt[]
536513
537514SEE ALSO
538515--------
0 commit comments