[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1322063851.14799.77.camel@twins>
Date: Wed, 23 Nov 2011 16:57:31 +0100
From: Peter Zijlstra <a.p.zijlstra@...llo.nl>
To: Will Deacon <will.deacon@....com>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: HW perf initialisation as early_initcall
On Wed, 2011-11-23 at 15:30 +0000, Will Deacon wrote:
> We don't use this on ARM so I'm not familiar with it.
>
NMI watchdog is basically a perf counter that fires every few seconds
and checks if the system is still making progress (much like the regular
soft watchdog stuff we have). If it thinks we're stuck it prints stack
traces to the console etc..
Handy for if you do dumb stuff like:
local_irq_disable();
while (1)
;
Which oddly enough seems to happen way too often ;-)
Anyway, it all depends on having NMIs in the first place.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists