commit | 6d07bb47354174a9b52d3b03f9e38b069a93d341 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Fri Nov 14 16:21:19 2008 -0800 |
committer | Steven Rostedt <srostedt@redhat.com> | Thu Nov 20 10:51:15 2008 -0800 |
tree | 90a3842276fceaee61067c2791eb63a457ad0fc3 | |
parent | ee2f6cc7f9ea2542ad46070ed62ba7aa04d08871 [diff] |
powerpc: ftrace, do not latency trace idle Impact: fix for irq off latency tracer When idle is called, interrupts are disabled, but the idle function will still wake up on an interrupt. The problem is that the interrupt disabled latency tracer will take this call to idle as a latency. This patch disables the latency tracing when going into idle. Signed-off-by: Steven Rostedt <srostedt@redhat.com>