Commit f601de204465048bdf0d5537f630729622ebc3a6

Authored by Riku Voipio
Committed by Linus Torvalds
1 parent 6424babfd6

gcov: add ARM64 to GCOV_PROFILE_ALL

Following up the arm testing of gcov, turns out gcov on ARM64 works fine
as well.  Only change needed is adding ARM64 to Kconfig depends.

Tested with qemu and mach-virt

Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Acked-by: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -35,7 +35,7 @@
35 35 config GCOV_PROFILE_ALL
36 36 bool "Profile entire Kernel"
37 37 depends on GCOV_KERNEL
38   - depends on SUPERH || S390 || X86 || PPC || MICROBLAZE || ARM
  38 + depends on SUPERH || S390 || X86 || PPC || MICROBLAZE || ARM || ARM64
39 39 default n
40 40 ---help---
41 41 This options activates profiling for the entire kernel.