Re: [PATCH] perf: add OMAP support for the new power events

2011-03-10 Thread Jean Pihet
Hi Paul, On Thu, Mar 10, 2011 at 2:04 AM, Paul Walmsley p...@pwsan.com wrote: On Thu, 3 Mar 2011, Jean Pihet wrote: The patch adds the new power management trace points for the OMAP architecture. The trace points are for: - default idle handler. Since the cpuidle framework is  

Re: [PATCH] perf: add OMAP support for the new power events

2011-03-09 Thread Kevin Hilman
Jean Pihet jean.pi...@newoldbits.com writes: The patch adds the new power management trace points for the OMAP architecture. The trace points are for: - default idle handler. Since the cpuidle framework is instrumented in the generic way there is no need to add trace points in the OMAP

Re: [PATCH] perf: add OMAP support for the new power events

2011-03-09 Thread Paul Walmsley
On Thu, 3 Mar 2011, Jean Pihet wrote: The patch adds the new power management trace points for the OMAP architecture. The trace points are for: - default idle handler. Since the cpuidle framework is instrumented in the generic way there is no need to add trace points in the OMAP

[PATCH] perf: add OMAP support for the new power events

2011-03-03 Thread Jean Pihet
The patch adds the new power management trace points for the OMAP architecture. The trace points are for: - default idle handler. Since the cpuidle framework is instrumented in the generic way there is no need to add trace points in the OMAP specific cpuidle handler; - cpufreq (DVFS), - SoC

Re: [PATCH] perf: add OMAP support for the new power events

2011-03-02 Thread Kevin Hilman
Hi Jean, jean.pi...@newoldbits.com writes: From: Jean Pihet j-pi...@ti.com The patch adds the new power management trace points for the OMAP architecture. There are some other core clock/powerdomain changes queued for 2.6.39 ahead of this that conflict with your patch. Could you rebase

Re: [PATCH] perf: add OMAP support for the new power events

2011-02-28 Thread Jean Pihet
Message- From: Jean Pihet [mailto:jean.pi...@newoldbits.com] Sent: Monday, February 21, 2011 2:14 PM To: Santosh Shilimkar Cc: Kevin Hilman; Thomas Renninger; linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Jean Pihet-XID Subject: Re: [PATCH] perf: add OMAP support

Re: [PATCH] perf: add OMAP support for the new power events

2011-02-21 Thread Jean Pihet
To: Kevin Hilman; Thomas Renninger; linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Cc: Jean Pihet Subject: [PATCH] perf: add OMAP support for the new power events From: Jean Pihet j-pi...@ti.com The patch adds the new power management trace points for the OMAP architecture

RE: [PATCH] perf: add OMAP support for the new power events

2011-02-21 Thread Santosh Shilimkar
OMAP support for the new power events Hi Santosh, [...] diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach- omap2/pm34xx.c index 2f864e4..d1cc3f4 100644 --- a/arch/arm/mach-omap2/pm34xx.c +++ b/arch/arm/mach-omap2/pm34xx.c @@ -29,6 +29,7 @@  #include linux/delay.h  #include

RE: [PATCH] perf: add OMAP support for the new power events

2011-02-19 Thread Santosh Shilimkar
Cc: Jean Pihet Subject: [PATCH] perf: add OMAP support for the new power events From: Jean Pihet j-pi...@ti.com The patch adds the new power management trace points for the OMAP architecture. The trace points are for: - default idle handler. Since the cpuidle framework is instrumented

[PATCH] perf: add OMAP support for the new power events

2011-02-18 Thread jean . pihet
From: Jean Pihet j-pi...@ti.com The patch adds the new power management trace points for the OMAP architecture. The trace points are for: - default idle handler. Since the cpuidle framework is instrumented in the generic way there is no need to add trace points in the OMAP specific cpuidle

Re: [PATCH] perf: add OMAP support for the new power events

2011-02-18 Thread Jean Pihet
On Thu, Feb 10, 2011 at 10:02 PM, Kevin Hilman khil...@ti.com wrote: jean.pi...@newoldbits.com writes: From: Jean Pihet j-pi...@ti.com The patch adds the new power management trace points for the OMAP architecture. The trace points are for: - default idle handler. Since the cpuidle

RE: [PATCH] perf: add OMAP support for the new power events

2011-02-18 Thread Santosh Shilimkar
...@lists.infradead.org Cc: Jean Pihet Subject: [PATCH] perf: add OMAP support for the new power events From: Jean Pihet j-pi...@ti.com The patch adds the new power management trace points for the OMAP architecture. The trace points are for: - default idle handler. Since the cpuidle framework

Are there CPU sleep residency HW counters in OMAP? Was: Re: [PATCH] perf: add OMAP support for the new power events

2011-02-11 Thread Thomas Renninger
, -Original Message- From: Jean Pihet [mailto:jean.pi...@newoldbits.com] Sent: Monday, February 07, 2011 9:36 PM To: Santosh Shilimkar; Tony Lindgren Cc: Thomas Renninger; linux-omap@vger.kernel.org; Jean Pihet-XID Subject: Re: [PATCH] perf: add OMAP support for the new power events Hi

RE: Are there CPU sleep residency HW counters in OMAP? Was: Re: [PATCH] perf: add OMAP support for the new power events

2011-02-11 Thread Santosh Shilimkar
] perf: add OMAP support for the new power events Hi, I use this thread as I expect people following it, is exactly the audience I am looking out for. I am currently implementing a generic framework for CPU idle state accounting. X86 CPUs can do quite some magic behind the OS and might enter

Re: [PATCH] perf: add OMAP support for the new power events

2011-02-10 Thread Kevin Hilman
jean.pi...@newoldbits.com writes: From: Jean Pihet j-pi...@ti.com The patch adds the new power management trace points for the OMAP architecture. The trace points are for: - default idle handler. Since the cpuidle framework is instrumented in the generic way there is no need to add

Re: [PATCH] perf: add OMAP support for the new power events

2011-02-07 Thread Jean Pihet
@vger.kernel.org; Jean Pihet-XID Subject: Re: [PATCH] perf: add OMAP support for the new power events [...] We need to track the actual power domain transitions as well at hardware level. Agree Can you please look at pwrdm_pre_transition() and pwrdm_post_transition() This code keep track

RE: [PATCH] perf: add OMAP support for the new power events

2011-02-07 Thread Santosh Shilimkar
@vger.kernel.org; Jean Pihet-XID Subject: Re: [PATCH] perf: add OMAP support for the new power events [...] We need to track the actual power domain transitions as well at hardware level. Agree Can you please look at pwrdm_pre_transition() and pwrdm_post_transition

Re: [PATCH] perf: add OMAP support for the new power events

2011-01-26 Thread Jean Pihet
Renninger; linux-omap@vger.kernel.org Cc: Jean Pihet Subject: [PATCH] perf: add OMAP support for the new power events From: Jean Pihet j-pi...@ti.com The patch adds the new power management trace points for the OMAP architecture. The trace points are for: - default idle handler. Since

RE: [PATCH] perf: add OMAP support for the new power events

2011-01-26 Thread Santosh Shilimkar
-Original Message- From: Jean Pihet [mailto:jean.pi...@newoldbits.com] Sent: Wednesday, January 26, 2011 3:20 PM To: Santosh Shilimkar Cc: Thomas Renninger; linux-omap@vger.kernel.org; Jean Pihet-XID Subject: Re: [PATCH] perf: add OMAP support for the new power events [...] We

[PATCH] perf: add OMAP support for the new power events

2011-01-24 Thread jean . pihet
From: Jean Pihet j-pi...@ti.com The patch adds the new power management trace points for the OMAP architecture. The trace points are for: - default idle handler. Since the cpuidle framework is instrumented in the generic way there is no need to add trace points in the OMAP specific cpuidle

RE: [PATCH] perf: add OMAP support for the new power events

2011-01-24 Thread Santosh Shilimkar
Jean -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of jean.pi...@newoldbits.com Sent: Monday, January 24, 2011 7:51 PM To: Thomas Renninger; linux-omap@vger.kernel.org Cc: Jean Pihet Subject: [PATCH] perf: add OMAP