summaryrefslogtreecommitdiff
path: root/usr/src/cmd/powertop/common/powertop.c
AgeCommit message (Collapse)AuthorFilesLines
2021-02-2513541 powertop: symbol 'g_turbo_supported' is multiply-definedToomas Soome1-1/+0
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-07-2611407 powertop: NULL pointer errorsToomas Soome1-6/+6
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2016-08-167295 powertop dumps core when -c, -d or -t flags are usedYuri Pankov1-2/+0
Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2012-02-252099 powertop output hangs under heavy loadMilan Jurik1-1/+2
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2010-01-196911087 powertop(1) doesn't exit when given incorrect arguments after snv_129Rafael Vanoni1-2/+7
2009-11-196890317 powertop(1) reports incorrect c-state data for sun4v systemsRafael Vanoni1-97/+110
6834109 C0 residency sits at 100% and all wakeups are 0.0% when interval is large 6891583 PowerTOP's window resizing doesn't always refresh the screen 6887657 powertop(1) doesn't refresh data if system only supports C0 6890329 PowerTOP should fix its i18n and error outputting
2009-06-196834110 PowerTOP's display.c needs some lovin'Rafael Vanoni1-112/+102
2009-05-226842350 PowerTOP's idle state report shows ghost C0 residency, wrong averageRafael Vanoni1-18/+17
Contributed by Aubrey Li <aubrey.li@intel.com> 6829404 powertop does not show correct percentages for cpu p-states Portions contributed by Juergen Keil <jrgn.keil@googlemai.com> and Aubrey Li <aubrey.li@intel.com> 6842361 PowerTOP should use #defines for time values
2009-04-166830631 PowerTOP needs to clear c-state information between intervalsRafael Vanoni1-2/+2
2009-04-106828678 PowerTOP has erroneous use of memset(3C)Rafael Vanoni1-3/+4
2009-04-10PSARC/2009/086 PowerTOP --cpu optionRafael Vanoni1-0/+412
6781152 PowerTOP should be able to report statistics for a specific CPU 6781149 PowerTOP should identify function names when reporting xcalls 6776103 typo in powertop/battery.c battery_stat_snapsho() 6790804 PowerTOP needlessly reports past, zero'ed events 6781580 PowerTOP has global variables declared in header file 6804434 PowerTOP displays the wrong name for idle/freq transitions on sparc --HG-- rename : usr/src/cmd/powertop/battery.c => usr/src/cmd/powertop/common/battery.c rename : usr/src/cmd/powertop/cpufreq.c => usr/src/cmd/powertop/common/cpufreq.c rename : usr/src/cmd/powertop/cpuidle.c => usr/src/cmd/powertop/common/cpuidle.c rename : usr/src/cmd/powertop/display.c => usr/src/cmd/powertop/common/display.c rename : usr/src/cmd/powertop/events.c => usr/src/cmd/powertop/common/events.c rename : usr/src/cmd/powertop/powertop.c => usr/src/cmd/powertop/common/powertop.c rename : usr/src/cmd/powertop/powertop.h => usr/src/cmd/powertop/common/powertop.h rename : usr/src/cmd/powertop/suggestions.c => usr/src/cmd/powertop/common/suggestions.c rename : usr/src/cmd/powertop/turbo.c => usr/src/cmd/powertop/common/turbo.c rename : usr/src/cmd/powertop/util.c => usr/src/cmd/powertop/common/util.c