aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2015-03-18 14:34:36 +0000
committerMark Brown <broonie@kernel.org>2015-03-18 14:34:36 +0000
commit4d8fd56f051e5eea61209de4a3cb0619283a30af (patch)
treeefd67b8a15c45cb98851237ce0e0b7beb251e0e4 /Documentation
parent910c2c512670cde02f5fb7570f622e636257874e (diff)
parent43e7406efd7822d75c64310461d2cbca0ece19f0 (diff)
Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-android
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/gcov.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/gcov.txt b/Documentation/gcov.txt
index e7ca6478cd93..7b727783db7e 100644
--- a/Documentation/gcov.txt
+++ b/Documentation/gcov.txt
@@ -50,6 +50,10 @@ Configure the kernel with:
CONFIG_DEBUG_FS=y
CONFIG_GCOV_KERNEL=y
+select the gcc's gcov format, default is autodetect based on gcc version:
+
+ CONFIG_GCOV_FORMAT_AUTODETECT=y
+
and to get coverage data for the entire kernel:
CONFIG_GCOV_PROFILE_ALL=y