From: Steven Rostedt Date: Thu, 22 Sep 2011 15:11:51 +0000 (-0400) Subject: tracing: Fix preemptirqsoff tracer to not stop at preempt off X-Git-Tag: v3.2-rc1~163^2~28^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e36de1de4a5f95b7cb3e5c37d10e6bbb91833ef0;p=pandora-kernel.git tracing: Fix preemptirqsoff tracer to not stop at preempt off If irqs are disabled when preemption count reaches zero, the preemptirqsoff tracer should not flag that as the end. When interrupts are enabled and preemption count is not zero the preemptirqsoff correctly continues its tracing. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed