[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20181002185353.GA36596@gmail.com>
Date: Tue, 2 Oct 2018 20:53:53 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Peter Zijlstra <peterz@...radead.org>
Cc: Waiman Long <longman@...hat.com>, Ingo Molnar <mingo@...hat.com>,
Will Deacon <will.deacon@....com>,
linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [PATCH 4/5] locking/lockdep: Make class->ops a percpu counter
* Peter Zijlstra <peterz@...radead.org> wrote:
> On Tue, Oct 02, 2018 at 10:10:48AM -0400, Waiman Long wrote:
> > One alternative is to group it under CONFIG_DEBUG_LOCKDEP again. This
> > metric was originally under CONFIG_DEBUG_LOCKDEP, but was moved to
> > CONFIG_LOCKDEP when trying to make other lock debugging statistics
> > per-cpu counters. It was probably because this metric is per lock class
> > while the rests are global.
> >
> > By doing so, you incur the memory cost only when CONFIG_DEBUG_LOCKDEP is
> > defined.
> >
> > What do you think?
>
> Works for me.
Sounds good to me too!
Thanks,
Ingo
Powered by blists - more mailing lists