2014-10-16 13:46:30

by Riku Voipio

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
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


2014-10-16 14:02:01

by Riku Voipio

[permalink] [raw]
Subject: Re: [PATCH] gcov: add ARM64 to GCOV_PROFILE_ALL

On 16 October 2014 16:46, Riku Voipio <[email protected]> wrote:
> 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 <[email protected]>

Sorry for the noise, this is the wrong patch. Will send the updated
one a moment.

Riku

> ---
> 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
>