git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6249687
)
tracing: Fix preemptirqsoff tracer to not stop at preempt off
author
Steven Rostedt
<srostedt@redhat.com>
Thu, 22 Sep 2011 15:11:51 +0000
(11:11 -0400)
committer
Steven Rostedt
<rostedt@goodmis.org>
Thu, 22 Sep 2011 15:11:51 +0000
(11:11 -0400)
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 <rostedt@goodmis.org>
No differences found