diff options
Diffstat (limited to 'arch/powerpc/kvm/Kconfig')
-rw-r--r-- | arch/powerpc/kvm/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig index e4ab1c7fd925..6dbdc4817d80 100644 --- a/arch/powerpc/kvm/Kconfig +++ b/arch/powerpc/kvm/Kconfig | |||
@@ -32,6 +32,17 @@ config KVM_440 | |||
32 | 32 | ||
33 | If unsure, say N. | 33 | If unsure, say N. |
34 | 34 | ||
35 | config KVM_EXIT_TIMING | ||
36 | bool "Detailed exit timing" | ||
37 | depends on KVM | ||
38 | ---help--- | ||
39 | Calculate elapsed time for every exit/enter cycle. A per-vcpu | ||
40 | report is available in debugfs kvm/vm#_vcpu#_timing. | ||
41 | The overhead is relatively small, however it is not recommended for | ||
42 | production environments. | ||
43 | |||
44 | If unsure, say N. | ||
45 | |||
35 | config KVM_TRACE | 46 | config KVM_TRACE |
36 | bool "KVM trace support" | 47 | bool "KVM trace support" |
37 | depends on KVM && MARKERS && SYSFS | 48 | depends on KVM && MARKERS && SYSFS |