aboutsummaryrefslogtreecommitdiff
path: root/process
AgeCommit message (Expand)Author
2012-04-25This is the inital Auto Tools work, along with some small updates.Chris E Ferron
2012-04-24introduce timer::deferred member variableSergey Senozhatsky
2012-04-24rewrite timer::is_deferred()Sergey Senozhatsky
2012-04-24handle_trace_point() + cpu_idle: conditional jump depends on uninitialised valueChris E Ferron
2012-04-20Added some error handling, code clean-up, comment removal, event name adjustm...Chris E Ferron
2012-04-19CleanupChris E Ferron
2012-04-19 warning cleanupChris E Ferron
2012-04-18From kernel version 2.6.41 the power_start, power_endJohn Mathew
2012-04-18 Add libparseevents.aSteven Rosted
2012-04-17powertop: generate valid HTML reportMárton Németh
2012-04-13do_process: optimize handle_trace_point()Henry Gebhardt
2012-04-13minor code cleanupHenry Gebhardt
2012-01-18process: detect X.org server process in more casesAnssi Hannula
2012-01-18i915: adapt for changes in tracing of the i915 driverAnssi Hannula
2012-01-05To allow for ease of use in terms of automation and processing of results. Th...Chris E Ferron
2011-10-09fix several compiler warningsArjan van de Ven
2011-10-09fix resource leakArjan van de Ven
2011-10-09misc changes needed to build powertop nativelyJohn Mathew
2011-10-09display: Disable ncursesJohn Mathew
2011-10-09timer: ignore deferred timersJohn Mathew
2011-06-12show kwork also as cpu %ageArjan van de Ven
2011-06-04add special accounting for processes that wake up Xorg...Arjan van de Ven
2011-05-29consistently report %ages in the top summaryArjan van de Ven
2011-05-29report CPU usage prominently as suggested by Len BrownArjan van de Ven
2011-05-18fix issue with writes to disk not being detectedArjan van de Ven
2011-05-12fix this for realArjan van de Ven
2011-05-12fix waker logicArjan van de Ven
2011-05-11process/do_process: Use introduced clear_* methodsSergey Senozhatsky
2011-05-11process/interrupt: Introduce clear_interrupts() function to free allocated me...Sergey Senozhatsky
2011-05-11process/process: Introduce clear_processes() function to free allocated memorySergey Senozhatsky
2011-05-11process/work: Rework clear_work() (former delete_all_work()) to free allocate...Sergey Senozhatsky
2011-05-11process/timer: Rework clear_timers() to free allocated memorySergey Senozhatsky
2011-05-11process/device: Introduce clear_proc_devices()Sergey Senozhatsky
2011-05-11null-terminate process's description when cmdline is too bigSergey Senozhatsky
2011-05-11Do not 'recostruct' interrupt's description on each description() callSergey Senozhatsky
2011-05-11Relax merge_processes() complexitySergey Senozhatsky
2011-05-10show more decimals for very low wakesArjan van de Ven
2011-04-23Merge remote branch 'kristen/for-arjan'Arjan van de Ven
2011-04-21Replace perf_bundle's event_names std::vector<char*> with std::map<int, char*...Kristen Carlson Accardi
2011-04-21cleanup: remove unused `*irqe' in handle_trace_point()Sergey Senozhatsky
2011-01-11introduce clear_process_dataSergey Senozhatsky
2011-01-10don't use invalid utf-8 in html outputArjan van de Ven
2011-01-07group duplicate devices that we find via different angles in sysfs into one d...Arjan van de Ven
2011-01-07fix logic so that if irq is null, we don't segfaultArjan van de Ven
2011-01-07process: use equals to compare doublesSergey Senozhatsky
2011-01-04init last_waker in power_consumer constructorSergey Senozhatsky
2011-01-03by popular demand; show the total nr of wakeups/secArjan van de Ven
2011-01-03powertop: fix warning: format not a string literal and no format argumentsPeter Huewe
2011-01-01try to estimate how many minutes of battery are leftArjan van de Ven
2010-12-30Lots of changes to support parsing who owns /dev files, and charge the power ...Arjan van de Ven