Re: [patch] debugging feature: SysRq-Q to print timers

2006-12-19 Thread Ingo Molnar
* Andrew Morton <[EMAIL PROTECTED]> wrote: > > /proc/timer-list is useful for profiling applications doing > > excessive wakeups. With the move towards being tickless, this is > > more important than ever, and giving users the right tools to find > > these problems themselves is important. > >

Re: [patch] debugging feature: SysRq-Q to print timers

2006-12-18 Thread Andrew Morton
gt; > > > Subject: [patch] debugging feature: SysRq-Q to print timers > > > From: Ingo Molnar <[EMAIL PROTECTED]> > > > > > > add SysRq-Q to print pending timers and other timer info. > > > > I must say that I've never needed this fea

Re: [patch] debugging feature: SysRq-Q to print timers

2006-12-18 Thread Dave Jones
On Mon, Dec 18, 2006 at 03:31:03PM -0800, Andrew Morton wrote: > On Sat, 16 Dec 2006 08:56:58 +0100 > Ingo Molnar <[EMAIL PROTECTED]> wrote: > > > -> > > Subject: [patch] debugging feature: SysRq-Q to print timers > > From: Ingo Molna

Re: [patch] debugging feature: SysRq-Q to print timers

2006-12-18 Thread Andrew Morton
On Sat, 16 Dec 2006 08:56:58 +0100 Ingo Molnar <[EMAIL PROTECTED]> wrote: > -> > Subject: [patch] debugging feature: SysRq-Q to print timers > From: Ingo Molnar <[EMAIL PROTECTED]> > > add SysRq-Q to print pending timers and other timer info. I m

[patch] debugging feature: SysRq-Q to print timers

2006-12-16 Thread Ingo Molnar
> >... > > I'd assume sysrq_timer_list_show() wasn't intended to be unused? correct, there's a sysrq side of it, but i forgot to send the patch to Andrew. Find it below. Ingo -----> Subject: [patch] debugging feature: SysRq-Q to print timers Fro