aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index db3622f22b61..965fc4216f76 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -687,6 +687,14 @@ config PARAVIRT_SPINLOCKS
687 687
688 If you are unsure how to answer this question, answer Y. 688 If you are unsure how to answer this question, answer Y.
689 689
690config QUEUED_LOCK_STAT
691 bool "Paravirt queued spinlock statistics"
692 depends on PARAVIRT_SPINLOCKS && DEBUG_FS && QUEUED_SPINLOCKS
693 ---help---
694 Enable the collection of statistical data on the slowpath
695 behavior of paravirtualized queued spinlocks and report
696 them on debugfs.
697
690source "arch/x86/xen/Kconfig" 698source "arch/x86/xen/Kconfig"
691 699
692config KVM_GUEST 700config KVM_GUEST