aboutsummaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)Author
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
2010-08-28fix various P state tracing issues in the intel code that bitrottedArjan van de Ven
2010-08-24learning frequencies seems to work quite well nowarjan
2010-08-24add cpu P states to the power parametersarjan
2010-08-24allow for multiple result inputs into the power functionarjan
2010-08-25use C++ strings not C strings to make memory management easierArjan van de Ven
2010-08-22uh oh.. associative arrays are breaking up on mearjan
2010-08-21use "Actual" not "Effective"; feedback from Lenarjan
2010-08-19progress... adding better trackingArjan van de Ven
2010-08-16fix some more leaksArjan van de Ven
2010-08-13zero C state stuff tooArjan van de Ven
2010-08-13remove a bunch of debug printf's without destroying the now working systemArjan van de Ven
2010-08-13somehow this debugging fixed the issueArjan van de Ven
2010-08-12add Turbo supportArjan van de Ven
2010-08-12add cpu numbers backArjan van de Ven
2010-08-12fix the idle-state holeArjan van de Ven
2010-08-12implement effective frequency logicArjan van de Ven
2010-08-12add package stats as wellArjan van de Ven
2010-08-12do the cpu level as wellArjan van de Ven
2010-08-12cpu frequency microaccounting works now on the core level,Arjan van de Ven
2010-08-11make sure time is passed through everythingArjan van de Ven
2010-08-11move the cpu code to the cpu/ dir now that it all worksArjan van de Ven
2010-08-11register events for all cpusArjan van de Ven
2010-08-09c0 active has no average durationArjan van de Ven
2010-08-09add the "has_pstate_level" logic to dynamically scale output sizeArjan van de Ven
2010-08-09minor cosmeticsArjan van de Ven
2010-08-09add precision to hz_to_humanArjan van de Ven
2010-08-09add "effective frequency" measureArjan van de Ven
2010-08-08allow html outputArjan van de Ven
2010-08-08collapse cores if cpus and cores are the sameArjan van de Ven
2010-08-08Merge branch 'master' of www.corewatcher.org:powertop2Arjan van de Ven
2010-08-08add turbo mode supportArjan van de Ven
2010-08-07some cosmetic cleanupsArjan van de Ven
2010-08-07start doing cpu frequency workArjan van de Ven
2010-08-06more pstate workArjan van de Ven
2010-08-05more namespace cleanupsArjan van de Ven
2010-08-05rename a bunch of methods to "cstate" rather than just stateArjan van de Ven
2010-08-05move the cpu code all into a "cpu" directoryArjan van de Ven