From: Steven Rostedt Date: Tue, 10 Mar 2009 03:23:30 +0000 (-0400) Subject: tracing: convert irq trace points to new macros X-Git-Tag: v2.6.30-rc1~2^2~52^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6e2ca4c05be6a5ab16030a9f227301bd6acc9f0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed