commit | c2adae0970ca1db8adb92fb56ae3bcabd916e8bd | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed May 20 19:56:19 2009 -0400 |
committer | Frederic Weisbecker <fweisbec@gmail.com> | Tue May 26 20:32:30 2009 +0200 |
tree | 8612e3513e14cf9190ce90e59037f7eb4688ba4a | |
parent | 0f4fc29dd68dfab9c6ddd5d087d34a5b6818cb00 [diff] |
tracing: convert irq events to use __print_symbolic The recording of the names at trace time is inefficient. This patch implements the softirq event recording to only record the vector and then use the __print_symbolic interface to print out the names. [ Impact: faster recording of softirq events ] Signed-off-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>