* Wanted: irqpoll enhancement to show what is misrouted
@ 2007-04-10 15:36 Chuck Ebbert
2007-04-10 16:22 ` Alan Cox
0 siblings, 1 reply; 2+ messages in thread
From: Chuck Ebbert @ 2007-04-10 15:36 UTC (permalink / raw)
To: Alan; +Cc: linux-kernel
Can irqpoll be enhanced to show which interrupts are being misrouted?
It looks like it should be possible to show the actual interrupt,
the driver that is handling it, and what interrupt it's expecting
in a /proc file -- just what happened last time irqpoll resolved
the interrupt would be better than nothing.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Wanted: irqpoll enhancement to show what is misrouted
2007-04-10 15:36 Wanted: irqpoll enhancement to show what is misrouted Chuck Ebbert
@ 2007-04-10 16:22 ` Alan Cox
0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2007-04-10 16:22 UTC (permalink / raw)
To: Chuck Ebbert; +Cc: linux-kernel
On Tue, 10 Apr 2007 11:36:27 -0400
Chuck Ebbert <cebbert@redhat.com> wrote:
> Can irqpoll be enhanced to show which interrupts are being misrouted?
> It looks like it should be possible to show the actual interrupt,
> the driver that is handling it, and what interrupt it's expecting
> in a /proc file -- just what happened last time irqpoll resolved
> the interrupt would be better than nothing.
You can take a guess at this, and Ingo did propose that it ought to be
possible to dynamically deduce all the IRQ routing this way. There are
problems however.
- It is possible a given IRQ simply vanished. In this scenario we pick up
the fact work needed doing from the timer tick
- We will get a lot of false positives as we scan.
You could certainly collate statistical data and build counts of which
stuck IRQ caused which IRQ events to be handled and which IRQ they are
supposedly bound to.
You can also do similar things to count work done on a timer tick, which
may help.
It won't be perfect data - and with the timer stuff may be horribly
inadequate, but it should give you a good guess.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-10 16:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-10 15:36 Wanted: irqpoll enhancement to show what is misrouted Chuck Ebbert
2007-04-10 16:22 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox