Re: [PATCH] ftrace based hard lockup detector

From: Steven Rostedt
Date: Mon Jan 19 2009 - 07:59:28 EST




On Sun, 18 Jan 2009, Frederic Weisbecker wrote:

> Like the NMI watchdog, this feature try to detect hard lockups by
> lurking at the non-progress of the timer interrupts.
>
> You can enable it at boot time by passing the ftrace_hardlockup parameter.
> I plan to add a debugfs file to enable/disable at runtime.
>
> When a hardlockup is detected, it will print a backtrace. Perhaps it
> would be good to print the locks held from lockdep too?
>
> It only support x86 for the moment, because a kind of generic timer interrupt
> counter is needed on all archs to have it generic.
>
> Signed-off-by: Frederic Weisbecker <fweisbec@xxxxxxxxx>

Hi Frederic,

This seems like a rewrite of the NMI lockup code. In my debugging, I
simply put ftrace_dump in the NMI lockup, which gives me a ftrace dump as
soon as NMI detects a lockup. I'm a bit confused at what this gives us
over that?

-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/