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: [PATCH] devfreq: add devfreq devices stats support

2014-10-10 Thread Sanjay Singh Rawat
thanks for the review Sergey On Wednesday 01 October 2014 08:42 PM, Sergey Senozhatsky wrote: On (09/30/14 12:04), 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

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

2014-10-01 Thread Sergey Senozhatsky
On (09/30/14 12:04), 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 basis. Check for empty devfreq > directory. >- Free the open dir

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

[PATCH] devfreq: add devfreq devices stats support

2014-09-29 Thread Sanjay Singh Rawat
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 basis. Check for empty devfreq directory. - Free the open dirp while exiting. --- src/Makefile.am | 1 + src/devi

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

[PATCH] devfreq: add devfreq devices stats support

2014-08-25 Thread Sanjay Singh Rawat
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 ++ src/main.c

[PATCH] devfreq: add devfreq devices stats support

2014-08-24 Thread Sanjay Singh Rawat
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 ++ src/main.c