X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=Documentation%2Fgcov.txt;h=7b727783db7ed4f87a7c68b44b52054c62f48e85;hb=cd1177f25069cb494680eedd718e7c6d8fd85d10;hp=e7ca6478cd93d4e6422d1ae92455b347dbdf7ccb;hpb=26917499fd4d9e699e17f9f3b23f856ce5c5283a;p=cascardo%2Flinux.git 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