Hi Doug,

On 22/05/16 06:01, Doug Goldstein wrote:
diff --git a/xen/Kconfig.debug b/xen/Kconfig.debug
index 0678049..303bf36 100644
--- a/xen/Kconfig.debug
+++ b/xen/Kconfig.debug
@@ -27,6 +27,13 @@ config FRAME_POINTER
          maybe slower, but it gives very useful debugging information
          in case of any Xen bugs.

+config LOCK_PROFILE
+       bool "Lock Profiiling"

NIT: s/Profiliiling/profiling/

+       ---help---
+         Lock profiling allows you to see how often locks are taken and 
blocked.
+         You can use serial console to print (and reset) using 'l' and 'L'
+         respectively, or the 'xenlockprof' tool.
+

Regards,

--
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to