public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] [Patch 0/4] lock contention tracking slimmed down
@ 2007-06-06 21:33 Martin Peschke
  0 siblings, 0 replies; only message in thread
From: Martin Peschke @ 2007-06-06 21:33 UTC (permalink / raw)
  To: linux-kernel; +Cc: a.p.zijlstra, jbaron, rostedt, billh, mingo, linux-s390

We can save many lines of code in the lock contention tracking patches
by using some common code which implements statistics in a generic way.

Data is still gathered per cpu; output goes to debugfs files. Several
ideas that went into the lock contention tracking patches can be found
in the statistics infrastructure as well.

Please see the last patch for details and for some sample output.
The first three patches just prepare the statistics infrastructure
for this new use case.

Feel free to pick at any rough edge you want me to smooth out,
if you are interested in this approach.

[Patch 1/4] statistics: no include hell for users
[Patch 2/4] statistics: cleanups
[Patch 3/4] statistics: sets of statistics in single file
[Patch 4/4] lock contention tracking slimmed down

Please mind that the patches are against 2.6.22-rc3-mm1. They don't apply
against 2.6.22-rc4-mm1. (The statistics library functions have been dropped,
because a couple more users would be nice.)

Ah, and you might need to add CONFIG_STATISTICS to Kconfig of the
architecture of your choice (see s390).

Signed-off-by: Martin Peschke <mp3@de.ibm.com>



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-06-06 21:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-06 21:33 [RFC] [Patch 0/4] lock contention tracking slimmed down Martin Peschke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox