diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2022-07-14 07:20:58 +0300 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2022-07-14 10:54:47 +0300 |
commit | 0847d167d0f9bdc8f61e5e5d32831fa8fdcd150f (patch) | |
tree | eb08a0e217a7dd5c281e3a299a42574e7000ba50 /Documentation/features/debug | |
parent | c49731a04e7c14b2ccd146a7fddf92e78ccae143 (diff) | |
download | linux-0847d167d0f9bdc8f61e5e5d32831fa8fdcd150f.tar.xz |
xtensa: enable ARCH_HAS_GCOV_PROFILE_ALL
Select ARCH_HAS_GCOV_PROFILE_ALL and set GCOV_PROFILE = n inside
arch/xtensa/boot/lib.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'Documentation/features/debug')
-rw-r--r-- | Documentation/features/debug/gcov-profile-all/arch-support.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/features/debug/gcov-profile-all/arch-support.txt b/Documentation/features/debug/gcov-profile-all/arch-support.txt index 502c1d409648..0b3ba2415fac 100644 --- a/Documentation/features/debug/gcov-profile-all/arch-support.txt +++ b/Documentation/features/debug/gcov-profile-all/arch-support.txt @@ -27,5 +27,5 @@ | sparc: | TODO | | um: | ok | | x86: | ok | - | xtensa: | TODO | + | xtensa: | ok | ----------------------- |