From: Steven Rostedt Date: Mon, 1 Jun 2009 16:20:40 +0000 (-0400) Subject: tracing: remove redundant SOFTIRQ from softirq event traces X-Git-Tag: v2.6.31-rc1~401^2~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d080d6c3141623c92caaebe20e847cb99ccbb60;p=pandora-kernel.git tracing: remove redundant SOFTIRQ from softirq event traces 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 --- Reading git-diff-tree failed