Lines Matching full:sideband
1417 It is possible to use perf record to record sideband events within a virtual machine, so that an In…
1418 Sideband events from the guest perf.data file can be injected into the host perf.data file using pe…
1436 Start perf record to collect sideband events:
1438 …$ sudo perf record -o guest-sideband-testing-guest-perf.data --sample-identifier --buildid-all --s…
1446 $ sudo perf record -o guest-sideband-testing-host-perf.data -m,64M --kcore -a -e intel_pt/cyc/
1461 [ perf record: Captured and wrote 76.122 MB guest-sideband-testing-host-perf.data ]
1469 [ perf record: Captured and wrote 1.247 MB guest-sideband-testing-guest-perf.data ]
1471 And then copy guest-sideband-testing-guest-perf.data to the host (not shown here).
1479 $ perf inject -i guest-sideband-testing-host-perf.data --vm-time-correlation=dry-run
1487 …$ perf inject -i guest-sideband-testing-host-perf.data --vm-time-correlation=0xfffffa6ae070cb20 --…
1491 $ perf script -i guest-sideband-testing-host-perf.data --no-itrace --show-task-events | grep KVM
1510 …$ perf inject -i guest-sideband-testing-host-perf.data -o inj --guestmount ~/guestmount --guest-da…