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

2014-10-21 Thread Alexandra Yates
> add window to show frequency stats for devfreq devices > > Signed-off-by: Rajagopal Venkat > Signed-off-by: Sanjay Singh Rawat > --- > > v4 - remove resizing before freeing the vector > > v3 - remove unused variables, reduce array size to suitable value >- replace the inactive code block i

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

Re: [Powertop] [PATCH POWERTOP] Remove temporary file created during calibration

2014-07-28 Thread Alexandra Yates
Hi Mohammad and Amit, > Mohammad, > > This fix should go upstream. cc'ing the powertop list. > > Regards, > Amit > > On Thu, Jun 26, 2014 at 12:27 PM, Mohammad Merajul Islam Molla > wrote: >> powertop creates temporary file in /tmp folder during calibration. >> Simply closing does not remove thes

Re: [Powertop] [PATCH POWERTOP] Fix various resource leaks

2014-07-28 Thread Alexandra Yates
Hi Mohammad and Amit, > Mohammad, > > This fix should go upstream. cc'ing the powertop list. > > Regards, > Amit > > On Thu, Jun 26, 2014 at 12:42 PM, Mohammad Merajul Islam Molla > wrote: >> Fixes some resource leaks detected by valgrind and coverity scan. >> >> >> diff --git a/src/devices/ahci.c

Re: [Powertop] [PATCH] enumerate cpu based on different string on ARM

2014-06-04 Thread Alexandra Yates
Patch added. Sanjay thank you for sending the patch. Sergey thank you for looking at this. Alex > On (06/04/14 11:27), Sanjay Singh Rawat wrote: >> bogomips is removed by timer-backed delay loop (commit 9fc2105a) >> in ARM kernel. Using other suitable string to decide to enumerate each >> cpu. >