From patchwork Wed Jan 12 12:12:43 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anton Blanchard X-Patchwork-Id: 78552 X-Patchwork-Delegate: benh@kernel.crashing.org Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bilbo.ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 40445B7111 for ; Wed, 12 Jan 2011 23:12:55 +1100 (EST) Received: by ozlabs.org (Postfix) id 17B4AB70A9; Wed, 12 Jan 2011 23:12:50 +1100 (EST) Delivered-To: linuxppc-dev@ozlabs.org Received: from kryten (ppp121-45-172-53.lns20.syd6.internode.on.net [121.45.172.53]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPSA id B066EB6F2B; Wed, 12 Jan 2011 23:12:49 +1100 (EST) Date: Wed, 12 Jan 2011 23:12:43 +1100 From: Anton Blanchard To: benh@kernel.crashing.org Subject: [PATCH 1/2] powerpc: Disable mcount tracers in pseries config Message-ID: <20110112231243.71c71291@kryten> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.22.0; i486-pc-linux-gnu) Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org IRQSOFF_TRACER and STACK_TRACER force the kernel to be built with -pg which is a substantial overhead. Signed-off-by: Anton Blanchard Index: powerpc.git/arch/powerpc/configs/pseries_defconfig =================================================================== --- powerpc.git.orig/arch/powerpc/configs/pseries_defconfig 2011-01-11 14:34:38.890639046 +1100 +++ powerpc.git/arch/powerpc/configs/pseries_defconfig 2011-01-12 23:06:28.770355258 +1100 @@ -311,9 +311,7 @@ CONFIG_DEBUG_KERNEL=y # CONFIG_RCU_CPU_STALL_DETECTOR is not set CONFIG_LATENCYTOP=y CONFIG_SYSCTL_SYSCALL_CHECK=y -CONFIG_IRQSOFF_TRACER=y CONFIG_SCHED_TRACER=y -CONFIG_STACK_TRACER=y CONFIG_BLK_DEV_IO_TRACE=y CONFIG_DEBUG_STACKOVERFLOW=y CONFIG_DEBUG_STACK_USAGE=y