All of lore.kernel.org
 help / color / mirror / Atom feed
From: oberpar@linux.vnet.ibm.com (Peter Oberparleiter)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] gcov: add ARM64 to GCOV_PROFILE_ALL
Date: Thu, 09 Oct 2014 16:00:20 +0200	[thread overview]
Message-ID: <543694F4.3070306@linux.vnet.ibm.com> (raw)
In-Reply-To: <1412852099-23099-1-git-send-email-riku.voipio@linaro.org>

Looks good. Andrew, can you pick this change up via your tree?

Acked-by: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>

On 09.10.2014 12:54, Riku Voipio 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 <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.
> 


-- 
Peter Oberparleiter
Linux on System z Development - IBM Germany

WARNING: multiple messages have this Message-ID (diff)
From: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
To: Riku Voipio <riku.voipio@linaro.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] gcov: add ARM64 to GCOV_PROFILE_ALL
Date: Thu, 09 Oct 2014 16:00:20 +0200	[thread overview]
Message-ID: <543694F4.3070306@linux.vnet.ibm.com> (raw)
In-Reply-To: <1412852099-23099-1-git-send-email-riku.voipio@linaro.org>

Looks good. Andrew, can you pick this change up via your tree?

Acked-by: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>

On 09.10.2014 12:54, Riku Voipio 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 <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.
> 


-- 
Peter Oberparleiter
Linux on System z Development - IBM Germany


  reply	other threads:[~2014-10-09 14:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-09 10:54 [PATCH] gcov: add ARM64 to GCOV_PROFILE_ALL Riku Voipio
2014-10-09 10:54 ` Riku Voipio
2014-10-09 14:00 ` Peter Oberparleiter [this message]
2014-10-09 14:00   ` Peter Oberparleiter
2014-10-14 21:40   ` Andrew Morton
2014-10-14 21:40     ` Andrew Morton
2014-10-14 21:54     ` Stephen Rothwell
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 13:46 ` Riku Voipio
2014-10-16 14:01 ` Riku Voipio
2014-10-16 14:01   ` Riku Voipio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=543694F4.3070306@linux.vnet.ibm.com \
    --to=oberpar@linux.vnet.ibm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.