RE: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-09-06 Thread Sripathy, Vishwanath
nel.org > Subject: Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement > > Hi Vishwa, > > On Mon, Sep 6, 2010 at 1:15 PM, Sripathy, Vishwanath > wrote: > > I did some profiling of assembly code on OMAP3630 board (ZOOM3). In worst > > case > it takes around 3.28ms a

Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-09-06 Thread Jean Pihet
Hi Vishwa, On Mon, Sep 6, 2010 at 1:15 PM, Sripathy, Vishwanath wrote: > I did some profiling of assembly code on OMAP3630 board (ZOOM3). In worst > case it takes around 3.28ms and best case around 2.93ms for mpu off mode. Can you give a bit more details? Which measurement has been taken (ASM on

RE: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-09-06 Thread Sripathy, Vishwanath
ro.org; linux- > o...@vger.kernel.org > Subject: Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement > > Hi Amit, Santosh, > > On Thu, Sep 2, 2010 at 10:11 AM, Shilimkar, Santosh > wrote: > ... > >> > The point is to keep the minimum possible in the kernel: just

Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-09-02 Thread Kevin Hilman
Amit Kucheria writes: > On 10 Aug 27, Kevin Hilman wrote: >> vishwanath.sripa...@linaro.org writes: >> >> > From: Vishwanath BS >> > >> > This patch has instrumentation code for measuring latencies for >> > various CPUIdle C states for OMAP. Idea here is to capture the >> > timestamp at various

Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-09-02 Thread Jean Pihet
Hi Amit, Santosh, On Thu, Sep 2, 2010 at 10:11 AM, Shilimkar, Santosh wrote: ... >> > The point is to keep the minimum possible in the kernel: just the >> > tracepoints we're interested in.   The rest (calculations, averages, >> > analysis, etc.) does not need to be in the kernel and can be done

RE: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-09-02 Thread Shilimkar, Santosh
; Subject: Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement > > On 10 Aug 27, Kevin Hilman wrote: > > vishwanath.sripa...@linaro.org writes: > > > > > From: Vishwanath BS > > > > > > This patch has instrumentation code for measuring latencies for &g

Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-09-02 Thread Amit Kucheria
On 10 Aug 27, Kevin Hilman wrote: > vishwanath.sripa...@linaro.org writes: > > > From: Vishwanath BS > > > > This patch has instrumentation code for measuring latencies for > > various CPUIdle C states for OMAP. Idea here is to capture the > > timestamp at various phases of CPU Idle and then comp

RE: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-08-31 Thread Sripathy, Vishwanath
-...@lists.linaro.org > Subject: Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement > > On Tue, Aug 31, 2010 at 10:28 AM, Sripathy, Vishwanath > wrote: > > > > > >> -Original Message- > >> From: Silesh C V [mailto:sailes...@gmail.com] > >&

Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-08-30 Thread Silesh C V
naro.org; linux-omap@vger.kernel.org; >> linaro-...@lists.linaro.org >> Subject: Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement >> >> Hi Vishwa, >> >> On Mon, Aug 30, 2010 at 6:29 PM, Sripathy, Vishwanath >> wrote: >> > Kevin, >> >

RE: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-08-30 Thread Sripathy, Vishwanath
t;> ow...@vger.kernel.org] On Behalf Of Kevin Hilman > >> Sent: Saturday, August 28, 2010 12:45 AM > >> To: vishwanath.sripa...@linaro.org > >> Cc: linux-omap@vger.kernel.org; linaro-...@lists.linaro.org > >> Subject: Re: [PATCH] OMAP CPUIDLE: CPU Idle latency m

Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-08-30 Thread Silesh C V
:45 AM >> To: vishwanath.sripa...@linaro.org >> Cc: linux-omap@vger.kernel.org; linaro-...@lists.linaro.org >> Subject: Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement >> >> vishwanath.sripa...@linaro.org writes: >> >> > From: Vishwanath BS

RE: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-08-30 Thread Sripathy, Vishwanath
.@lists.linaro.org > Subject: Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement > > vishwanath.sripa...@linaro.org writes: > > > From: Vishwanath BS > > > > This patch has instrumentation code for measuring latencies for > > various CPUIdle C states for OMAP

Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-08-27 Thread Kevin Hilman
Amit Kucheria writes: > On 10 Aug 28, vishwanath.sripa...@linaro.org wrote: >> From: Vishwanath BS >> >> This patch has instrumentation code for measuring latencies for >> various CPUIdle C states for OMAP. Idea here is to capture the >> timestamp at various phases of CPU Idle and then compute

Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-08-27 Thread Amit Kucheria
On 10 Aug 28, vishwanath.sripa...@linaro.org wrote: > From: Vishwanath BS > > This patch has instrumentation code for measuring latencies for > various CPUIdle C states for OMAP. Idea here is to capture the > timestamp at various phases of CPU Idle and then compute the sw > latency for various c

Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-08-27 Thread Kevin Hilman
vishwanath.sripa...@linaro.org writes: > From: Vishwanath BS > > This patch has instrumentation code for measuring latencies for > various CPUIdle C states for OMAP. Idea here is to capture the > timestamp at various phases of CPU Idle and then compute the sw > latency for various c states. For

RE: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-08-27 Thread Shilimkar, Santosh
kernel.org; linaro-...@lists.linaro.org; Jean Pihet; > Chalhoub, Nicole; Bour, Vincent > Subject: Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement > > Hi Vishwa, > > On 8/28/2010 12:08 AM, vishwanath.sripa...@linaro.org wrote: > > From: Vishwanath BS > > >

Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-08-27 Thread Jean Pihet
Benoit, On Fri, Aug 27, 2010 at 12:25 PM, Cousson, Benoit wrote: >> This patch has instrumentation code for measuring latencies for >> various CPUIdle C states for OMAP. Idea here is to capture the >> timestamp at various phases of CPU Idle and then compute the sw >> latency for various c states.

Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-08-27 Thread Cousson, Benoit
Hi Vishwa, On 8/28/2010 12:08 AM, vishwanath.sripa...@linaro.org wrote: From: Vishwanath BS This patch has instrumentation code for measuring latencies for various CPUIdle C states for OMAP. Idea here is to capture the timestamp at various phases of CPU Idle and then compute the sw latency for

RE: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-08-27 Thread Sripathy, Vishwanath
.org > Subject: Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement > > g 28, 2010 at 3:38 AM, wrote: > > From: Vishwanath BS > > > > This patch has instrumentation code for measuring latencies for > > various CPUIdle C states for OMAP. Idea here is to capture

RE: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-08-27 Thread Sripathy, Vishwanath
.org > Subject: Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement > > Hi, > > On Sat, Aug 28, 2010 at 12:08 AM, wrote: > > From: Vishwanath BS > > > > This patch has instrumentation code for measuring latencies for > > various CPUIdle C states for OMAP. Id

Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-08-27 Thread Silesh C V
g 28, 2010 at 3:38 AM, wrote: > From: Vishwanath BS > > This patch has instrumentation code for measuring latencies for > various CPUIdle C states for OMAP. Idea here is to capture the > timestamp at various phases of CPU Idle and then compute the sw > latency for various c states. For OMAP, 32k

Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-08-27 Thread Jean Pihet
Hi, On Sat, Aug 28, 2010 at 12:08 AM, wrote: > From: Vishwanath BS > > This patch has instrumentation code for measuring latencies for > various CPUIdle C states for OMAP. Idea here is to capture the > timestamp at various phases of CPU Idle and then compute the sw > latency for various c state

[PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-08-27 Thread vishwanath . sripathy
From: Vishwanath BS This patch has instrumentation code for measuring latencies for various CPUIdle C states for OMAP. Idea here is to capture the timestamp at various phases of CPU Idle and then compute the sw latency for various c states. For OMAP, 32k clock is chosen as reference clock this as