On 1 August 2012 03:34, Chris Ferron wrote:
> > This patch fixes powertop to display cpuidle states on platforms
> > where cpuidle stateX directory name field does not contain
> > "CX" string. On some platforms, the name field contains meaningful
> > strings like WFI, Sleep, DeepSleep.
> >
> > Pl
> This patch fixes powertop to display cpuidle states on platforms
> where cpuidle stateX directory name field does not contain
> "CX" string. On some platforms, the name field contains meaningful
> strings like WFI, Sleep, DeepSleep.
>
> Please review the patch.
>
Im not sure this is doing what yo
This patch fixes powertop to display cpuidle states on platforms
where cpuidle stateX directory name field does not contain
"CX" string. On some platforms, the name field contains meaningful
strings like WFI, Sleep, DeepSleep.
Please review the patch.
On 23 June 2012 00:08, Rajagopal Venkat wrot
Can someone consider this patch for merge?
On 23 June 2012 00:08, Rajagopal Venkat wrote:
> parse cpuidle C state based on sysfs file entry(stateX)
> instead of state name/description
>
> Signed-off-by: Rajagopal Venkat
> ---
> src/cpu/abstract_cpu.cpp |2 +-
> 1 file changed, 1 insertion(
parse cpuidle C state based on sysfs file entry(stateX)
instead of state name/description
Signed-off-by: Rajagopal Venkat
---
src/cpu/abstract_cpu.cpp |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cpu/abstract_cpu.cpp b/src/cpu/abstract_cpu.cpp
index cd4eba0..72969fc