commit | d6e2ca4c05be6a5ab16030a9f227301bd6acc9f0 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon Mar 09 23:23:30 2009 -0400 |
committer | Steven Rostedt <srostedt@redhat.com> | Tue Mar 10 00:35:11 2009 -0400 |
tree | ee5521921ab200ccba02d8e603cda4a9afc43776 | |
parent | 12b5fdb8bbb2d2fc31746d7b672c12fd8897aa08 [diff] |
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>