[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87txa1i0uq.fsf@tassilo.jf.intel.com>
Date: Thu, 10 Apr 2014 09:51:57 -0700
From: Andi Kleen <andi@...stfloor.org>
To: Richard Yao <ryao@...too.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Joonsoo Kim <iamjoonsoo.kim@....com>,
Zhang Yanfei <zhangyanfei.yes@...il.com>,
Wanpeng Li <liwanp@...ux.vnet.ibm.com>,
Johannes Weiner <hannes@...xchg.org>,
HATAYAMA Daisuke <d.hatayama@...fujitsu.com>,
linux-mm@...ck.org, linux-kernel@...r.kernel.org,
kernel@...too.org, Matthew Thode <mthode@...ode.org>
Subject: Re: [PATCH] mm/vmalloc: Introduce DEBUG_VMALLOCINFO to reduce spinlock contention
Richard Yao <ryao@...too.org> writes:
> Performance analysis of software compilation by Gentoo portage on an
> Intel E5-2620 with 64GB of RAM revealed that a sizeable amount of time,
> anywhere from 5% to 15%, was spent in get_vmalloc_info(), with at least
> 40% of that time spent in the _raw_spin_lock() invoked by it.
I don't think that's the right fix. We want to be able
to debug kernels without having to recompile them.
And switching locking around dynamically like this is very
ugly and hard to maintain.
Besides are you sure the spin lock is not needed elsewhere?
How are writers to the list protected?
-Andi
--
ak@...ux.intel.com -- Speaking for myself only
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists