Re: [RFC patch 0/5] genirq: add infrastructure for threaded interrupt handlers

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andi Kleen
Date: Thursday, October 2, 2008 - 9:35 pm

> while I don't disagree that oprofile will give you more detailed

Perhaps the better fix would be to make oprofile easier to configure.
I never quite understood for example why it doesn't get the symbol
table simply from the kallsyms. Or simply unpacks gzip'ed vmlinux
by itself.



Do we have that many cases of runaway irqs? The only common
one I can think of is ACPI, but that is a separate thread already.

Or for networking high performance goes into polling mode
and most of the work is outside hardirq so it wouldn't be visible
in the thread statistics either. But even there livelocks are not
very common.

Also that would assume that the proposed opt in irq threads are used
for all interrupts.

-Andi
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [RFC patch 0/5] genirq: add infrastructure for threade ..., Andi Kleen, (Thu Oct 2, 9:35 pm)
[RFC patch] genirq threading for ehci, ohci and uhci USB hosts, Sven-Thorsten Dietrich, (Mon Oct 20, 6:32 pm)
Re: [RFC patch] genirq threading (v2) for ehci, ohci and u ..., Sven-Thorsten Dietrich, (Tue Oct 21, 3:29 am)