]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commitdiff
NOPOST force perfc
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sun, 29 Dec 2024 18:12:49 +0000 (18:12 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 6 Jan 2025 14:19:10 +0000 (14:19 +0000)
xen/Kconfig.debug

index c4a8d86912e09b1038deba982048dcd954eda74e..9bc4eb2df353e27c979fe9191c4f209d0f9c8e76 100644 (file)
@@ -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