aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2015-03-31 10:27:34 +0800
committerAlex Shi <alex.shi@linaro.org>2015-03-31 10:27:34 +0800
commit18c3aeb946e52356e117939b2907ad9736532641 (patch)
tree3fe20bd86842a9dda3af77a6dd48459e0c227f58 /Documentation
parent165cb34cde45b13a5caca5dac528504a1cf5621f (diff)
parent88720d8b842c59efcc0c4dc17e2107f4dae502f5 (diff)
Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-rt
Conflicts: net/ipv4/ip_output.c
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