aboutsummaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)Author
2011-05-16intel_cpu: Add Medfield processor as Intel cpuJohn Mathew
2011-04-23Merge remote branch 'kristen/for-arjan'Arjan van de Ven
2011-04-21Kill unused `unsigned int i, j' variables in cpudevice::power_usage()Sergey Senozhatsky
2011-04-21Replace perf_bundle's event_names std::vector<char*> with std::map<int, char*...Kristen Carlson Accardi
2011-04-21cleanup: kill `linebuf' variable in html_display_cpu_cstates()Sergey Senozhatsky
2011-04-21cleanup: kill `linebuf' variable in html_display_cpu_pstates()Sergey Senozhatsky
2011-04-21cleanup: avoid total_pstat_time() call in reset_pstate_data()Sergey Senozhatsky
2011-04-21Frequency stats reporting was broken on ARM platforms since power_entry on AR...Kristen Carlson Accardi
2011-04-21Powertop looks for "model" field in /proc/cpuinfo. This field is not populate...Kristen Carlson Accardi
2011-01-11introduce cpu_clear_dataSergey Senozhatsky
2011-01-10start adding the SNB MSRsArjan van de Ven
2011-01-07Normalize a couple of stringsMikel Olasagasti Uranga
2011-01-05more idsArjan van de Ven
2011-01-05more complete cpu.cpp intel tableArjan van de Ven
2011-01-02more translatable stringsArjan van de Ven
2011-01-01reset_display on intel get_msr errorSergey Senozhatsky
2011-01-01cpu/* non-throwing new operatorSergey Senozhatsky
2010-12-20fix a bunch of compiler warnings due to careless variable naming choicesArjan van de Ven
2010-12-20more translationsArjan van de Ven
2010-12-19add device html outputArjan van de Ven
2010-12-19minor output tweakArjan van de Ven
2010-12-19now the C states are in the html output as wellArjan van de Ven
2010-12-19got cpu reporting to workArjan van de Ven
2010-12-19start adding html output supportArjan van de Ven
2010-11-28fix 64 bit warningsroot
2010-11-28adjust to the new writeback_inode_dirty tracepointArjan van de Ven
2010-11-25ugly workaround for the perf 64 bit ABI messroot
2010-10-30fix turbo reportingArjan van de Ven
2010-10-24mount debugfsArjan van de Ven
2010-10-24undo this stepArjan van de Ven
2010-10-24wiggle on endArjan van de Ven
2010-10-24fix the core2 pstate stuff by switching it over completely to the intel p sta...Arjan van de Ven
2010-10-23make sure childcount gets properly initializedArjan van de Ven
2010-10-09license under the GPLv2 licenseArjan van de Ven
2010-09-27minor visual tweakArjan van de Ven
2010-09-26fix the cpu power gapArjan van de Ven
2010-09-25more visual tweaksArjan van de Ven
2010-09-23more screensArjan van de Ven
2010-09-18use indexes for the results as well.... major speeduparjan
2010-09-08Add devices to the power guilty listarjan
2010-09-05don't have duplicate device registration arraysarjan
2010-09-03use cpu consumption and wakeups as measure instead; that way we can directly ...arjan
2010-09-03remove all traces of the cpu parameters; they're a dead endarjan
2010-09-03more bugfixesarjan
2010-09-02fix a lot of the accounting stuffarjan
2010-09-02more pstate workarjan
2010-09-02add westmere supportarjan
2010-08-29add C state data as wellarjan
2010-08-29solve the "time keeps accumulating" bugArjan van de Ven
2010-08-28make saving/loading workArjan van de Ven