From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: [PATCH v7 1/4] spinlock: A new lockref structure for lockless update of refcount Date: Tue, 3 Sep 2013 18:55:28 -0400 Message-ID: <20130903225528.GA14909@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linus Torvalds , Waiman Long , Ingo Molnar , Benjamin Herrenschmidt , Alexander Viro , Jeff Layton , Miklos Szeredi , Ingo Molnar , Thomas Gleixner , linux-fsdevel , Linux Kernel Mailing List , Peter Zijlstra , Steven Rostedt , Andi Kleen , "Chandramouleeswaran, Aswin" , "Norton, Scott J" To: Sedat Dilek Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, Sep 04, 2013 at 12:37:25AM +0200, Sedat Dilek wrote: > > You're spending more time on the task stats than on the actual lookup. > > Maybe you should turn off CONFIG_TASKSTATS..But why that whole > > irq_return thing? Odd. > > > > [ init/Kconfig ] > ... > config TASKSTATS > bool "Export task/process statistics through netlink" > depends on NET <--- Difficult to disable it?! More likely you're getting bitten by the fact that CONFIG_KVM has a 'select TASKSTATS' Dave