linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gcov: add ARM64 to GCOV_PROFILE_ALL
@ 2014-10-09 10:54 Riku Voipio
  2014-10-09 14:00 ` Peter Oberparleiter
  0 siblings, 1 reply; 6+ messages in thread
From: Riku Voipio @ 2014-10-09 10:54 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 kernel/gcov/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/gcov/Kconfig b/kernel/gcov/Kconfig
index cf66c5c..3b74087 100644
--- a/kernel/gcov/Kconfig
+++ b/kernel/gcov/Kconfig
@@ -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 || ARM
+	depends on SUPERH || S390 || X86 || PPC || MICROBLAZE || ARM || ARM64
 	default n
 	---help---
 	This options activates profiling for the entire kernel.
-- 
2.0.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] gcov: add ARM64 to GCOV_PROFILE_ALL
@ 2014-10-16 13:46 Riku Voipio
  2014-10-16 14:01 ` Riku Voipio
  0 siblings, 1 reply; 6+ messages in thread
From: Riku Voipio @ 2014-10-16 13:46 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 kernel/gcov/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/gcov/Kconfig b/kernel/gcov/Kconfig
index cf66c5c..3b74087 100644
--- a/kernel/gcov/Kconfig
+++ b/kernel/gcov/Kconfig
@@ -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 || ARM
+	depends on SUPERH || S390 || X86 || PPC || MICROBLAZE || ARM || ARM64
 	default n
 	---help---
 	This options activates profiling for the entire kernel.
-- 
2.0.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-10-16 14:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-09 10:54 [PATCH] gcov: add ARM64 to GCOV_PROFILE_ALL Riku Voipio
2014-10-09 14:00 ` Peter Oberparleiter
2014-10-14 21:40   ` Andrew Morton
2014-10-14 21:54     ` Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2014-10-16 13:46 Riku Voipio
2014-10-16 14:01 ` Riku Voipio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).