Re: [PATCH 1/7] ftrace, PPC: do not latency trace idle

2008-11-17 Thread Steven Rostedt
On Mon, 17 Nov 2008, Paul Mackerras wrote: > Steven Rostedt writes: > > > 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. > > > > T

Re: [PATCH 1/7] ftrace, PPC: do not latency trace idle

2008-11-16 Thread Paul Mackerras
Steven Rostedt writes: > 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