tracing/function-graph-tracer: annotate do_IRQ and smp_apic_timer_interrupt
authorFrederic Weisbecker <fweisbec@gmail.com>
Tue, 9 Dec 2008 22:54:20 +0000 (23:54 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 12 Dec 2008 10:14:08 +0000 (11:14 +0100)
Impact: move most important x86 irq entry-points to a separate subsection

Annotate do_IRQ and smp_apic_timer_interrupt to put them into the .irqentry.text
subsection. These function will so be recognized as hardirq entrypoints for the
function-graph-tracer. We could also annotate other irq entries but the others
are far less important but they can be added on request.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found