Re: [PATCH 4/4] PERF: fix power:cpu_idle double end events

2010-11-04 Thread Thomas Renninger
Hi Robert, On Monday 01 November 2010 09:11:28 Robert Schöne wrote: Am Mittwoch, den 27.10.2010, 17:42 +0200 schrieb Thomas Renninger: Robert: I expect you tested this on a machine with no cpuidle driver registered? You're right, there was no idle driver, but the idle process from

Re: [PATCH 4/4] PERF: fix power:cpu_idle double end events

2010-11-01 Thread Robert Schöne
Am Mittwoch, den 27.10.2010, 17:42 +0200 schrieb Thomas Renninger: Robert: I expect you tested this on a machine with no cpuidle driver registered? You're right, there was no idle driver, but the idle process from process_64.c which called the idle routine. I reported my thoughts on this on

[PATCH 4/4] PERF: fix power:cpu_idle double end events

2010-10-26 Thread Thomas Renninger
cpu_idle events (transition into sleep state and exiting) are both fired in pm_idle(). Entering sleep state and exiting should always get fired inside pm_idle() already. This is a revert of commit c882e0feb937af4e5b991cbd1c Signed-off-by: Thomas Renninger tr...@suse.de CC: Robert Schoene