From patchwork Thu Oct 16 13:46:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Riku Voipio X-Patchwork-Id: 38815 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-wi0-f198.google.com (mail-wi0-f198.google.com [209.85.212.198]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 8734F20973 for ; Thu, 16 Oct 2014 13:46:36 +0000 (UTC) Received: by mail-wi0-f198.google.com with SMTP id hi2sf2051877wib.9 for ; Thu, 16 Oct 2014 06:46:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:sender:precedence:list-id:x-original-sender :x-original-authentication-results:mailing-list:list-post:list-help :list-archive:list-unsubscribe; bh=0MKlplr5IDDJhGzrLxAQ65OP83pWn5CJH0VK2aOzvoA=; b=fF0TT0lePew/Vqi9r8ZREIGevnV7DM8MUVbPv5aqb/Yjz3Zv4rAL2ocu9LC7HB3zlx 4i9OB2jG77WtbM2C+b3Qdd6gs9Zhxuf2hytVqIoyG3x+MDtcEv7FGf6+ntbfSktaKIZ7 nvOCfm+QTNQJtKAa1NMS1G7V0uzP31Dl0t4SNUuq74nAjmhxVrjB+GHyXKLSrzs19Urz iTV9qb27C98Ngtur2vsO0KLfSfyJ/KA7FWDW9YkBzPELxZ5SaDhPKCxuhdK4ZNkkH7F2 yIsR0AZ6AZVDimuuAdJ4+rnSDCVdVyPr5dPXlRw9YKqLw+kyCghLtyhR87Qu+nfjHs/U n3FA== X-Gm-Message-State: ALoCoQkp/D1rDTdri+XEBGRrkSJcBOsFiFr9+hLvkm6RFWKbPJeShYcYt1UDmzSNc17z5oksQ81e X-Received: by 10.180.75.83 with SMTP id a19mr3421821wiw.2.1413467195727; Thu, 16 Oct 2014 06:46:35 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.152.6.169 with SMTP id c9ls151587laa.56.gmail; Thu, 16 Oct 2014 06:46:35 -0700 (PDT) X-Received: by 10.152.25.130 with SMTP id c2mr1807583lag.80.1413467195536; Thu, 16 Oct 2014 06:46:35 -0700 (PDT) Received: from mail-la0-f51.google.com (mail-la0-f51.google.com [209.85.215.51]) by mx.google.com with ESMTPS id xt8si34772376lac.122.2014.10.16.06.46.35 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 16 Oct 2014 06:46:35 -0700 (PDT) Received-SPF: pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.215.51 as permitted sender) client-ip=209.85.215.51; Received: by mail-la0-f51.google.com with SMTP id ge10so2891949lab.24 for ; Thu, 16 Oct 2014 06:46:35 -0700 (PDT) X-Received: by 10.112.167.38 with SMTP id zl6mr1838307lbb.34.1413467195430; Thu, 16 Oct 2014 06:46:35 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patch@linaro.org Received: by 10.112.84.229 with SMTP id c5csp41906lbz; Thu, 16 Oct 2014 06:46:34 -0700 (PDT) X-Received: by 10.68.100.69 with SMTP id ew5mr1634738pbb.84.1413467193820; Thu, 16 Oct 2014 06:46:33 -0700 (PDT) Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id go7si18877957pbc.136.2014.10.16.06.46.33 for ; Thu, 16 Oct 2014 06:46:33 -0700 (PDT) Received-SPF: none (google.com: linux-kernel-owner@vger.kernel.org does not designate permitted sender hosts) client-ip=209.132.180.67; Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752723AbaJPNqa (ORCPT + 27 others); Thu, 16 Oct 2014 09:46:30 -0400 Received: from afflict.kos.to ([92.243.29.197]:45252 "EHLO afflict.kos.to" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751608AbaJPNq3 (ORCPT ); Thu, 16 Oct 2014 09:46:29 -0400 Received: from afflict.kos.to (afflict [92.243.29.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by afflict.kos.to (Postfix) with ESMTPSA id 9547E264C3; Thu, 16 Oct 2014 15:46:27 +0200 (CEST) From: Riku Voipio To: Peter Oberparleiter , linux-kernel@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Andrew Morton , Stephen Rothwell , Riku Voipio Subject: [PATCH] gcov: add ARM64 to GCOV_PROFILE_ALL Date: Thu, 16 Oct 2014 16:46:20 +0300 Message-Id: <1413467180-32515-1-git-send-email-riku.voipio@linaro.org> X-Mailer: git-send-email 1.7.10.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: list List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: riku.voipio@linaro.org X-Original-Authentication-Results: mx.google.com; spf=pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.215.51 as permitted sender) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , 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 --- 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.