sched: adjust scheduler cpu power for stolen time
[firefly-linux-kernel-4.4.55.git] / arch / x86 / Kconfig
index da349723d4115cef7d75aac4680ba2284deaf0d0..1f03e221a01ec4ec8d8fd0fad24ca5b438d630f5 100644 (file)
@@ -512,6 +512,18 @@ menuconfig PARAVIRT_GUEST
 
 if PARAVIRT_GUEST
 
+config PARAVIRT_TIME_ACCOUNTING
+       bool "Paravirtual steal time accounting"
+       select PARAVIRT
+       default n
+       ---help---
+         Select this option to enable fine granularity task steal time
+         accounting. Time spent executing other tasks in parallel with
+         the current vCPU is discounted from the vCPU power. To account for
+         that, there can be a small performance impact.
+
+         If in doubt, say N here.
+
 source "arch/x86/xen/Kconfig"
 
 config KVM_CLOCK