summaryrefslogtreecommitdiff
path: root/xen/Kconfig.debug
diff options
context:
space:
mode:
authorRoger Pau Monné <roger.pau@citrix.com>2018-02-07 16:32:18 +0100
committerJan Beulich <jbeulich@suse.com>2018-02-07 16:33:47 +0100
commit6222e7cbaa1ed75dd8f9d90cfa394a49fed0be2c (patch)
tree8ed6e4d24a4529f618f52d029bee917920fa80e3 /xen/Kconfig.debug
parenta22320e32dca0918ed23799583f470afe4c24330 (diff)
kconfig/gcov: rename to coverage
So it can be used by both gcc and clang. Just add the Kconfig option and modify the makefiles so the llvm coverage specific code can be added in a follow up patch. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Acked-by: Wei Liu <wei.liu2@citrix.com> [jb: also change the shim config]
Diffstat (limited to 'xen/Kconfig.debug')
-rw-r--r--xen/Kconfig.debug6
1 files changed, 3 insertions, 3 deletions
diff --git a/xen/Kconfig.debug b/xen/Kconfig.debug
index 7bb0465b5d..380c4e8d75 100644
--- a/xen/Kconfig.debug
+++ b/xen/Kconfig.debug
@@ -28,12 +28,12 @@ config FRAME_POINTER
maybe slower, but it gives very useful debugging information
in case of any Xen bugs.
-config GCOV
- bool "Gcov Support"
+config COVERAGE
+ bool "Code coverage support"
depends on !LIVEPATCH
select SUPPRESS_DUPLICATE_SYMBOL_WARNINGS
---help---
- Enable gcov (a test coverage program in GCC) support.
+ Enable code coverage support.
If unsure, say N here.