Re: [Powertop] [PATCH] devfreq: add devfreq devices stats support

2014-10-10 Thread Sanjay Singh Rawat
On Thursday 02 October 2014 01:52 AM, Magnus Fromreide wrote: On Tue, Sep 30, 2014 at 12:04:54PM +0530, Sanjay Singh Rawat wrote: add window to show frequency stats for devfreq devices Signed-off-by: Rajagopal Venkat Signed-off-by: Sanjay Singh Rawat --- v2 - Show devfreq window on support

Re: [Powertop] [PATCH] devfreq: add devfreq devices stats support

2014-10-01 Thread Sergey Senozhatsky
Hello, Alexandra, sorry, no ARM devices around at this moment. -ss On (09/29/14 16:04), Alexandra Yates wrote: > > > >> add window to show frequency stats for devfreq devices > >> > >> Signed-off-by: Rajagopal Venkat > >> Signed-off-by: Sanjay Singh Rawat > >> --- > >> src/Makefile.am

Re: [Powertop] [PATCH] devfreq: add devfreq devices stats support

2014-09-29 Thread Sanjay Singh Rawat
On Tuesday 30 September 2014 04:16 AM, Alexandra Yates wrote: Hi Sanjay, It would be better that Device Frequency Stats appears only when /sys/class/devfewq is present on the system. That will simplify code execution at runtime and remove the blank window with "No devfreq devices available".

Re: [Powertop] [PATCH] devfreq: add devfreq devices stats support

2014-09-29 Thread Alexandra Yates
> >> add window to show frequency stats for devfreq devices >> >> Signed-off-by: Rajagopal Venkat >> Signed-off-by: Sanjay Singh Rawat >> --- >> src/Makefile.am | 2 +- >> src/devices/devfreq.cpp | 351 >> ++ >> src/devices/devfreq.h

Re: [Powertop] [PATCH] devfreq: add devfreq devices stats support

2014-09-29 Thread Alexandra Yates
> add window to show frequency stats for devfreq devices > > Signed-off-by: Rajagopal Venkat > Signed-off-by: Sanjay Singh Rawat > --- > src/Makefile.am | 2 +- > src/devices/devfreq.cpp | 351 > ++ > src/devices/devfreq.h | 75