tracing: remove redundant SOFTIRQ from softirq event traces
authorSteven Rostedt <srostedt@redhat.com>
Mon, 1 Jun 2009 16:20:40 +0000 (12:20 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 2 Jun 2009 03:25:42 +0000 (23:25 -0400)
After converting the softirq tracer to use te flags options, this
caused a regression with the name. Since the flag was used directly
it was printed out (i.e. HRTIMER_SOFTIRQ).

This patch only shows the softirq name without the SOFTIRQ part.

[ Impact: fix regression of output from softirq events ]

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found