diff options
author | Alexey Makhalov <[email protected]> | 2020-03-23 19:57:05 +0000 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2020-03-24 10:04:51 +0100 |
commit | ab02bb3f55f58e7608a88188000c3353398ebe3b (patch) | |
tree | 803c1a4d98d2aa7bed53aeb53386510e44dd4c53 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | dd735f4707e603ac5b541b5f30de87c3c7bd60dd (diff) |
x86/vmware: Add steal time clock support for VMware guests
Steal time is the amount of CPU time needed by a guest virtual machine
that is not provided by the host. Steal time occurs when the host
allocates this CPU time elsewhere, for example, to another guest.
Steal time can be enabled by adding the VM configuration option
stealclock.enable = "TRUE". It is supported by VMs that run hardware
version 13 or newer.
Introduce the VMware steal time infrastructure. The high level code
(such as enabling, disabling and hot-plug routines) was derived from KVM.
[ Tomer: use READ_ONCE macros and 32bit guests support. ]
[ bp: Massage. ]
Co-developed-by: Tomer Zeltzer <[email protected]>
Signed-off-by: Alexey Makhalov <[email protected]>
Signed-off-by: Tomer Zeltzer <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Reviewed-by: Thomas Hellstrom <[email protected]>
Reviewed-by: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions