]> xenbits.xensource.com Git - xen.git/commitdiff
xen: Make FLASK_AVC_STATS kconfig option visible
authorDaniel De Graaf <dgdegra@tycho.nsa.gov>
Mon, 20 Jun 2016 14:04:25 +0000 (10:04 -0400)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 24 Jun 2016 14:53:13 +0000 (15:53 +0100)
Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Reviewed-by: Doug Goldstein <cardoe@cardoe.com>
xen/common/Kconfig

index faee3ec35adb1da9a3bd51a5eafc958295cd683a..daab832b786ff618417ad3bff117074be55f8b55 100644 (file)
@@ -134,9 +134,14 @@ config FLASK
 
 config FLASK_AVC_STATS
        def_bool y
+       prompt "Maintain statistics on the FLASK access vector cache" if EXPERT = "y"
        depends on FLASK
        ---help---
-         Maintain statistics on the access vector cache
+         Maintain counters on the access vector cache that can be viewed using
+         the FLASK_AVC_CACHESTATS sub-op of the xsm_op hypercall.  Disabling
+         this will save a tiny amount of memory and time to update the stats.
+
+         If unsure, say Y.
 
 # Enable schedulers
 menu "Schedulers"