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)
commitd6e2ca4c05be6a5ab16030a9f227301bd6acc9f0
treeee5521921ab200ccba02d8e603cda4a9afc43776
parent12b5fdb8bbb2d2fc31746d7b672c12fd8897aa08
tracing: convert irq trace points to new macros

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