tracing: convert irq trace points to new macros
authorSteven Rostedt <srostedt@redhat.com>
Tue, 10 Mar 2009 03:23:30 +0000 (23:23 -0400)
committerSteven Rostedt <srostedt@redhat.com>
Tue, 10 Mar 2009 04:35:11 +0000 (00:35 -0400)
Impact: enhancement

Converted the two irq trace point macros. The entry macro copies
the name of the irq handler, thus it is better to simply use the
TRACE_FORMAT macro which uses the trace_printk.

The return of the handler does not need to record the name, thus
the faster C style handler is more approriate.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
include/trace/irq_event_types.h

Simple merge