Re: [RFC] [Patch 0/4] timer_stats slimmed down

2007-04-14 Thread Thomas Gleixner
Martin, On Sat, 2007-04-14 at 12:09 +0200, Martin Peschke wrote: > 2.6.21-rc* kernels come with a feature that adds timer statistics > to /proc/timer_stats (CONFIG_TIMER_STATS). This patch set makes it use > the proposed statistics infrastructure (-mm tree), and adds prequisite > functions to the

[RFC] [Patch 0/4] timer_stats slimmed down

2007-04-14 Thread Martin Peschke
2.6.21-rc* kernels come with a feature that adds timer statistics to /proc/timer_stats (CONFIG_TIMER_STATS). This patch set makes it use the proposed statistics infrastructure (-mm tree), and adds prequisite functions to the statistics code. The result are noticeable lines of code savings.

[RFC] [Patch 0/4] timer_stats slimmed down

2007-04-14 Thread Martin Peschke
2.6.21-rc* kernels come with a feature that adds timer statistics to /proc/timer_stats (CONFIG_TIMER_STATS). This patch set makes it use the proposed statistics infrastructure (-mm tree), and adds prequisite functions to the statistics code. The result are noticeable lines of code savings.

Re: [RFC] [Patch 0/4] timer_stats slimmed down

2007-04-14 Thread Thomas Gleixner
Martin, On Sat, 2007-04-14 at 12:09 +0200, Martin Peschke wrote: 2.6.21-rc* kernels come with a feature that adds timer statistics to /proc/timer_stats (CONFIG_TIMER_STATS). This patch set makes it use the proposed statistics infrastructure (-mm tree), and adds prequisite functions to the