ARM: 8153/1: Enable gcov support on the ARM architecture
authorVincent Sanders <vincent.sanders@collabora.co.uk>
Thu, 18 Sep 2014 19:39:15 +0000 (20:39 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 17 Mar 2015 21:51:36 +0000 (21:51 +0000)
Enable gcov support for ARM based on original patches by David
Singleton and George G. Davis

Riku - updated to patch to current mainline kernel. The patch
has been submitted in 2010, 2012 - for symmetry, now in 2014 too.

https://lwn.net/Articles/390419/
http://marc.info/?l=linux-arm-kernel&m=133823081813044

v2: remove arch/arm/kernel from gcov disabled files

Cc: Andrey Ryabinin <a.ryabinin@samsung.com>
Cc: Naresh Kamboju <naresh.kamboju@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Signed-off-by: Vincent Sanders <vincent.sanders@collabora.co.uk>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
(cherry picked from commit 75c349062a666deab57bdca8b5bd0779c9fb0d58)
Signed-off-by: Mark Brown <broonie@kernel.org>
arch/arm/boot/bootp/Makefile
arch/arm/boot/compressed/Makefile
kernel/gcov/Kconfig

index c394e305447c504ed3884a6e894c35afad48eb42..5761f0039133ff33dc8bd96a61e2d2c355f59682 100644 (file)
@@ -5,6 +5,8 @@
 # architecture-specific flags and dependencies.
 #
 
+GCOV_PROFILE   := n
+
 LDFLAGS_bootp  :=-p --no-undefined -X \
                 --defsym initrd_phys=$(INITRD_PHYS) \
                 --defsym params_phys=$(PARAMS_PHYS) -T
index 120b83bfde20e5b8f3d46b4f13ff4c82ef75a471..e1fc76ee441b5ee2fe1219a17a87b128dddbdb02 100644 (file)
@@ -37,6 +37,8 @@ ifeq ($(CONFIG_ARM_VIRT_EXT),y)
 OBJS           += hyp-stub.o
 endif
 
+GCOV_PROFILE           := n
+
 #
 # Architecture dependencies
 #
index d4da55d1fb65f1a136a6358cf9021265bb483c13..fceac858cafe5ce9fbed211bfaa3bccb6db680c2 100644 (file)
@@ -35,7 +35,7 @@ config GCOV_KERNEL
 config GCOV_PROFILE_ALL
        bool "Profile entire Kernel"
        depends on GCOV_KERNEL
-       depends on SUPERH || S390 || X86 || PPC || MICROBLAZE
+       depends on SUPERH || S390 || X86 || PPC || MICROBLAZE || ARM
        default n
        ---help---
        This options activates profiling for the entire kernel.