xen: make clear gcov support limitation in Kconfig
authorWei Liu <wei.liu2@citrix.com>
Tue, 6 Sep 2016 11:02:29 +0000 (12:02 +0100)
committerWei Liu <wei.liu2@citrix.com>
Wed, 7 Sep 2016 06:30:03 +0000 (07:30 +0100)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/Kconfig.debug

index 06afd80ff8a7ebe0bd34734d10561358cef41b28..12a11937df09c78063fb45f1ee3bd187400d0dce 100644 (file)
@@ -33,6 +33,12 @@ config GCOV
        ---help---
          Enable gcov (a test coverage program in GCC) support.
 
+         Currently the data structure and hypercall interface are tied
+         to GCC 3.4 gcov format. You need to have a version of GCC
+         that is compatible with that format to make gcov work.
+
+         If unsure, say N here.
+
 config LOCK_PROFILE
        bool "Lock Profiling"
        ---help---