From: Andrew Cooper Date: Sun, 29 Dec 2024 18:12:49 +0000 (+0000) Subject: NOPOST force perfc X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=dbf0ded574020a49dac682ece1fb85eb1b1700f2;p=people%2Fandrewcoop%2Fxen.git NOPOST force perfc --- diff --git a/xen/Kconfig.debug b/xen/Kconfig.debug index c4a8d86912..9bc4eb2df3 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