xref: /aosp_15_r20/external/autotest/client/profilers/powertop/src/Changelog (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1*9c5db199SXin Li
2*9c5db199SXin Li1.11 --
3*9c5db199SXin Li	* Fix compilation with PIC
4*9c5db199SXin Li	* polling hint now refers to /dev/cdrom instead of /dev/scd0
5*9c5db199SXin Li	* fix calculations for systems that vary in power draw proc info
6*9c5db199SXin Li	* Display mwait usage
7*9c5db199SXin Li	* fix EOF at input
8*9c5db199SXin Li	* add --version|-v option
9*9c5db199SXin Li	* spelling error in tips.
10*9c5db199SXin Li
11*9c5db199SXin Li1.10 --
12*9c5db199SXin Li	* add the "P" key to show the PIDs of the processes when possible
13*9c5db199SXin Li	* Add support for reading C-state info via sysfs
14*9c5db199SXin Li	  (Kevin Hilman, Venki Pallipadi)
15*9c5db199SXin Li	* Show USB suspend statistics of USB devices in "-d" dump mode
16*9c5db199SXin Li	* Show USB suspend statistics as a low priority hint for busy
17*9c5db199SXin Li	devices
18*9c5db199SXin Li	* Add support for using the sysfs power supply class
19*9c5db199SXin Li	  (Donnie Berkholz)
20*9c5db199SXin Li	* Fix USB suspend suggestion to take semi denylisted stuff into
21*9c5db199SXin Li	  account
22*9c5db199SXin Li	* Add support for Intel's 4965 wireless power saving mode
23*9c5db199SXin Li	* On new enough cpus (and kernel 2.6.25), report which C-states the
24*9c5db199SXin Li	  cpu and bios report/support.
25*9c5db199SXin Li
26*9c5db199SXin Li1.9 --
27*9c5db199SXin Li	* add support for mac80211 based wireless power saving
28*9c5db199SXin Li	* improve bluetooth inactivity detection (David Woodhouse)
29*9c5db199SXin Li	* report USB activity (needs 2.6.24-rc kernel)
30*9c5db199SXin Li	* support the newly reported interrupt events in 2.6.24-rc
31*9c5db199SXin Li
32*9c5db199SXin Li1.8 --
33*9c5db199SXin Li	* add suggestion to increase VM writeback timeout
34*9c5db199SXin Li	* add suggestion to enable INOTIFY in the kernel
35*9c5db199SXin Li	* fix socket fd leak, found by Nikerabbit on #powertop
36*9c5db199SXin Li	* Add support for deferrable timers (Scott Lamb)
37*9c5db199SXin Li	* Add active hint to enable USB autosuspend on Fedora 7
38*9c5db199SXin Li 	* Show blue color if the cpu is 25% or more busy to indicate
39*9c5db199SXin Li	  that idle wakeups no longer is the nr 1 power causer
40*9c5db199SXin Li	  (Santiago Gala)
41*9c5db199SXin Li  	* merge the -d option from Bill Nottingham (Fedora) to allow
42*9c5db199SXin Li	  automated collection of data
43*9c5db199SXin Li
44*9c5db199SXin Li1.7 --  Jun 17th, 2007
45*9c5db199SXin Li	* add suggestion to disable TV out
46*9c5db199SXin Li	* add suggestion to disable Wake-On-Lan for unused ethernet
47*9c5db199SXin Li	* Show P-states (frequencies)
48*9c5db199SXin Li
49*9c5db199SXin Li1.6 --	Jun 8th, 2007
50*9c5db199SXin Li	* Add suggestion to rf_kill unused wireless interfaces
51*9c5db199SXin Li	* Propose killing "sealert"; this is a new thing in F7 that wakes up
52*9c5db199SXin Li	  10 times per second for no reason
53*9c5db199SXin Li	* avoid showing the laptop mode hint when on AC - Val Henson
54*9c5db199SXin Li	* suggest enabling noatime to save disk IO's
55*9c5db199SXin Li	* suggest enabling SATA AHCI Link powermanagement
56*9c5db199SXin Li	* suggest enabling the SMP Power Aware Scheduler
57*9c5db199SXin Li
58*9c5db199SXin Li1.5 -- May 27th, 2007
59*9c5db199SXin Li	* fix resize-corrupts-screen-content bug
60*9c5db199SXin Li	* add interrupts to the wakeups/second data in the emulated
61*9c5db199SXin Li	  (non-mobile) case
62*9c5db199SXin Li	* calculate a long term power usage from battery charge deltas;
63*9c5db199SXin Li	  this should help people whos battery doesn't report discharge
64*9c5db199SXin Li	  rates, and also will provide a less noisy datapoint
65*9c5db199SXin Li	* Add option to use `kill` on some known power hogs if they are
66*9c5db199SXin Li	  actually waking up a lot:
67*9c5db199SXin Li	  - beagle (even latest wakes up 10 times/second when not indexing)
68*9c5db199SXin Li	  - hal (suggest to stop cdrom polling)
69*9c5db199SXin Li	  - gnome-power-manager
70*9c5db199SXin Li	  These only show if these actually wake up the cpu 'a lot'; so if
71*9c5db199SXin Li	  these get fixed then the suggestion will not display.
72*9c5db199SXin Li
73*9c5db199SXin Li1.4 -- May 25th, 2007
74*9c5db199SXin Li	* use gettext to allow translation
75*9c5db199SXin Li          (with lots of thanks to the various translators, especially
76*9c5db199SXin Li	   to Benjamin Pineau who showed me how to use gettext tools)
77*9c5db199SXin Li	* fix bluethooth-checks-cause-autload-of-bluetooth bug
78*9c5db199SXin Li	* use ncurses (Sebastian Kuzminsky)
79*9c5db199SXin Li	* rotate through the suggestions randomly, so that all of them
80*9c5db199SXin Li	  will show over time
81*9c5db199SXin Li	* Fix the CONFIG_SND_AC97_POWER_SAVE check to only report on ac97 hw
82*9c5db199SXin Li	* report "hidden but suprious" timer ticks (due to missing hpet or
83*9c5db199SXin Li	  lack of NO_HZ)
84*9c5db199SXin Li	* check for HPET being present; if not suggest user to toggle in
85*9c5db199SXin Li   	  BIOS or apply the patch
86*9c5db199SXin Li	* Some suggestions have become "active", you can press a key to
87*9c5db199SXin Li	  tune it right away.
88*9c5db199SXin Li	* Add active suggestion to enable AC97 powersave mode at runtime
89*9c5db199SXin Li	* Add active suggestion to enable wireless powersave mode at runtime
90*9c5db199SXin Li	* Add active suggestion to enable ondemand
91*9c5db199SXin Li
92*9c5db199SXin Li
93*9c5db199SXin Li1.3 -- May 21st, 2007
94*9c5db199SXin Li	* Add suggestion for CONFIG_SND_AC97_POWER_SAVE
95*9c5db199SXin Li	* Fix inefficient code for readdir (Vince Pinter)
96*9c5db199SXin Li	* Highlight the worst offenders in bold (Vince Pinter)
97*9c5db199SXin Li	* Fix crash when running on 2.4 kernels (Harald Fernengel)
98*9c5db199SXin Li	* Check fgets() return values (Timom Hoenig @ SuSE)
99*9c5db199SXin Li	* add suggestion to enable laptop mode (when disabled)
100*9c5db199SXin Li	* add suggestion to disable bluetooth when unused
101*9c5db199SXin Li
102*9c5db199SXin Li1.2 -- May 14th, 2007
103*9c5db199SXin Li	* Manpage contributed by Carlo Segre from the Debian project
104*9c5db199SXin Li	* Fix "shows power usage even on AC" bug, spotted by Steinar
105*9c5db199SXin Li 	  Gunderson
106*9c5db199SXin Li 	* Fix for batteries that report mA instead of mW from Friedrich
107*9c5db199SXin Li	  Oslage
108*9c5db199SXin Li
109*9c5db199SXin Li1.1 -- May 13th, 2007
110*9c5db199SXin Li	* Fix bug that shows "you don't have C-states" on mobile CPUs when
111*9c5db199SXin Li	  the cpu is 100% busy as reported by Friedrich
112*9c5db199SXin Li	* Cosmetic code cleanups (Lindent) as suggested by David Brownell
113*9c5db199SXin Li	* Get rid of popen() and the static sized events array
114*9c5db199SXin Li	  (Keith Packard)
115*9c5db199SXin Li	* Add some more tips for kernel config options based on various
116*9c5db199SXin Li	  reports/feedback
117*9c5db199SXin Li	* Improve "you are not root so can't get timerstats" message to say
118*9c5db199SXin Li	  that you need to be root rather than that you need to change your
119*9c5db199SXin Li	  kernel config
120*9c5db199SXin Li	* Make a better effort at locating the kernel .config file
121*9c5db199SXin Li	* Don't show "please turn CONFIG_FOO off" if the kernel you have
122*9c5db199SXin Li	  doesn't even support CONFIG_FOO (yet)
123*9c5db199SXin Li	* Show absolute per-second wakeup counts too (multiple requestors)
124*9c5db199SXin Li	* Add capability to suggest disabling daemons and the like
125*9c5db199SXin Li
126*9c5db199SXin Li
127*9c5db199SXin Li1.0 -- May 11th, 2007
128*9c5db199SXin Li	* Initial Release
129