diff mbox series

[5/5] xen/perfc: COMPILE TEST

Message ID 20250102192508.2405687-6-andrew.cooper3@citrix.com (mailing list archive)
State New
Headers show
Series xen/perfc: Cleanup, and wire up for RISCV/PPC | expand

Commit Message

Andrew Cooper Jan. 2, 2025, 7:25 p.m. UTC
---
 xen/Kconfig.debug | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)
diff mbox series

Patch

diff --git a/xen/Kconfig.debug b/xen/Kconfig.debug
index c4a8d86912e0..9bc4eb2df353 100644
--- a/xen/Kconfig.debug
+++ b/xen/Kconfig.debug
@@ -60,18 +60,12 @@  config DEBUG_LOCKS
 	  checks will be performed when acquiring and releasing locks.
 
 config PERF_COUNTERS
-	bool "Performance Counters"
-	help
-	  Enables software performance counters that allows you to analyze
-	  bottlenecks in the system.  To access this data you can use serial
-	  console to print (and reset) using 'p' and 'P' respectively, or
-	  the 'xenperf' tool.
+	bool
+	default y
 
 config PERF_ARRAYS
-	bool "Performance Counter Array Histograms"
-	depends on PERF_COUNTERS
-	help
-	  Enables software performance counter array histograms.
+	bool
+	default y
 
 
 config VERBOSE_DEBUG