1. a322b28 Add support for devfreq device freq stats by Rajagopal Venkat · 11 years ago master ara-dev-release-20141107
  2. c138a3d Allow frequency stats when cpuidle is not enabled by Rajagopal Venkat · 11 years ago
  3. a440d1d set terminal info for Android build by Rajagopal Venkat · 12 years ago
  4. 94e4b9b Add stubs to support Android platform by Rajagopal Venkat · 12 years ago
  5. 49ada94 Updates to support Android platform by Rajagopal Venkat · 12 years ago
  6. 134a67c report: fixed crash when writing report to RO filesystem by Jaroslav Škarvada · 11 years ago
  7. 78956bd up version for v2.2 release by Chris E Ferron · 12 years ago
  8. 488d4ac cpu: Fix leftovers from the P state cpu frequency calculation by Namhyung Kim · 12 years ago
  9. 29f42b5 fixed issues with p-state reported CPU frequencies (actually, uninitialized by Chris E Ferron · 12 years ago
  10. 307be10 transifex update by Chris E Ferron · 12 years ago
  11. 15b8bfb Ignore non-P-state-enabled CPUs when calculating frequency. by Ivan Shapovalov · 12 years ago
  12. 88e5c5a configure: rework libnl detection and fix libnl-2 case (v2) by Sergey Senozhatsky · 12 years ago
  13. 3c71131 updated active % of GPU to Powered On by Chris E Ferron · 12 years ago
  14. c354cb1 remove warnings for system call and freopn by Chris E Ferron · 12 years ago
  15. 2de86ca update powertop.pot by Chris E Ferron · 12 years ago
  16. 0b91b0e The previous commit wrongly replaced strings identifying abstract type to the reporting functions with a new abstract type field. This ended up braking a important Macro in the reporting that allow for the decision on whether or not to use translation or not depending on report type. This commit back out the breakage, uses the new type field in decision making for cstate cores, and adds a comment on why not to just use the field for the reporting function. by Chris E Ferron · 12 years ago
  17. e0e9932 Added a "type" field to the abstract to be used in its identification and set along with the number. by Chris E Ferron · 12 years ago
  18. c8e4a62 devices: Trivial coding style fix by Namhyung Kim · 12 years ago
  19. d075d86 Enable asserts and make correct comment by Igor Zhbanov · 12 years ago
  20. 38a51f3 Updated tuningsysfs to check all SATA hosts for tuining interests. With new power off to unused SATA ports making it into libata, PowerTOP should now suggest writing min_power to all SATA ports, whether they are populated or not. by Chris E Ferron · 12 years ago
  21. feb21c2 update po files by Chris E Ferron · 12 years ago
  22. 029b861 update TODO list by Chris E Ferron · 12 years ago
  23. d4f477d devices: Fix processing /proc/net/dev file by Namhyung Kim · 12 years ago
  24. a5e4a31 cpu: Fix abstract_cpu::calculate_freq by Namhyung Kim · 12 years ago
  25. efcdec8 fix typo and correct coding styles in report_formatter by Sergey Senozhatsky · 12 years ago
  26. 1a8e464 Small rework on report formatter side by Sergey Senozhatsky · 12 years ago
  27. 3338b6f Move report.cpp and report.h to report/ directory (v4) by Igor Zhbanov · 12 years ago
  28. 309181c tx pull of po files by Chris E Ferron · 12 years ago
  29. e01b5be Convert powertop to use new report generator facility (v2) by Igor Zhbanov · 12 years ago
  30. 0394871 Adding report generator facility (v2) by Igor Zhbanov · 12 years ago
  31. 72ff7df Fix string null termination and SIGABRT from glibc by Mikko Rapeli · 12 years ago
  32. d008c98 add po file gn_IN.po by Chris E Ferron · 12 years ago
  33. 67f1ee3 tuning/nl80211.h: Fix a few minor typos in comments. by Colin Ian King · 12 years ago
  34. 9287c08 process: do_process: Fix typo in handle_trace_point by Colin Ian King · 12 years ago
  35. a9cb1a5 cpu: abstract_cpu: Fix typo in comment by Colin Ian King · 12 years ago
  36. 5dcd82d main: Fix typo in print_usage by Colin Ian King · 12 years ago
  37. 1f8a1a7 cpu: Fix typo on freq_class by Namhyung Kim · 12 years ago
  38. 3291ec9 devlist: NULL terminate struct devuser fields by Namhyung Kim · 12 years ago
  39. b3c44a8 devlist: Remove an unnecessary sprintf by Namhyung Kim · 12 years ago
  40. 7efd081 perf: Check return value of strdup by Namhyung Kim · 12 years ago
  41. bb194d0 perf: Pass 0 as a third argument to ioctl on perf_fd by Namhyung Kim · 12 years ago
  42. eb58a13 Remove unneded escaping backslashes from CSS by Igor Zhbanov · 12 years ago
  43. 3dafe18 update of po files by Chris E Ferron · 12 years ago
  44. dcb4a54 abstract_cpu: do not call total_pstate_time() in validate() by Sergey Senozhatsky · 12 years ago
  45. f77ea5f PowerTOP UI navigation enhancement(v3). by Chris Ferron · 12 years ago
  46. 92d0e9a fixed minor cvs format issue by Chris E Ferron · 12 years ago
  47. 095afc0 Adding CPU id's by Chris E Ferron · 12 years ago
  48. 7ad2a82 Fix timer and work perf events timestamp tracing by Rajagopal Venkat · 12 years ago
  49. a4ffc53 remove the limitation to only process 5000 events by Chris E Ferron · 12 years ago
  50. 7bd6747 fixed load_parameters error by Chris E Ferron · 12 years ago
  51. b8af938 Fix spelling of command line argument --quite to --quiet. Add a manpage entry for --quiet, which was missing. by Joerg Mayer · 12 years ago
  52. 337455d Remove trailing whitespace by Joerg Mayer · 12 years ago
  53. 4994477 -V (version) does not take an argument, whether optional or not. by Joerg Mayer · 12 years ago
  54. c445a5c Fix spelling of default names to match manpage. by Joerg Mayer · 12 years ago
  55. 631fd03 Reorder arguments alphabetically Spelling fix levesl to levels by Joerg Mayer · 12 years ago
  56. 49668a1 update READEME marking optional, and required packages by Chris E Ferron · 12 years ago
  57. 486550d Added todo for NCURSES stub to be done by those who need or want it. by Chris E Ferron · 12 years ago
  58. dc3858c Removed unwanted defines from PowerTOP. by Chris E Ferron · 12 years ago
  59. f9a936c Added EXTRA_DIST to doc makefile.am so make dist would include powertop.8 by Chris E Ferron · 12 years ago
  60. 365ba6a update po for release by Chris E Ferron · 12 years ago
  61. deb85f1 update version and TODO for 2.1 release by Chris E Ferron · 12 years ago
  62. 66ed851 update version and TODO for 2.1 release by Chris E Ferron · 12 years ago
  63. f3f126a With the removal of boardname there is no more intrest in have override paramerters. by Chris E Ferron · 12 years ago
  64. 46eafad cleanup and po update by Chris E Ferron · 12 years ago
  65. 50f852a Add support for Intel GPU statistics by Arjan van de Ven · 12 years ago
  66. c111ebb Allow for cores without P-states by Arjan van de Ven · 12 years ago
  67. b323d85 Make the "which C state line" logic better by Arjan van de Ven · 12 years ago
  68. c03e509 Use AM_SILENT_RULES by Arjan van de Ven · 12 years ago
  69. 8195990 Fix hrtimer event names by Igor Zhbanov · 12 years ago
  70. d5b0296 fix transifex issues by Chris E Ferron · 12 years ago
  71. 69130f3 update .gitignore by Chris E Ferron · 12 years ago
  72. 280f20a fix to parsing bug where httimer events are not properly added. by Steven Rostedt · 12 years ago
  73. 4f10818 configure: First try to use libnl-3, then libnl-2, then libnl-1 by Igor Zhbanov · 12 years ago
  74. 9bf32fe update git tree to remove .deps and .libs from traceevent. by Chris E Ferron · 12 years ago
  75. bb1e02b added README for traceevent by Chris E Ferron · 12 years ago
  76. ce22d9d rebase pevent code to upstream kernel version of tools lib traceevent. by Chris E Ferron · 12 years ago
  77. 6e14e6e add all current transfx files by Chris E Ferron · 12 years ago
  78. ec62f9f update readme by Chris E Ferron · 12 years ago
  79. 9ce9ec6 removed re-define of __NR_perf_event_open, what was needed for stale headers in older kernels. sys/syscall.h will not be correct. by Chris E Ferron · 12 years ago
  80. 1c7b4b9 Removed boardname as the project is no longer supported, and the tool dosn't meet all needs as wanted. by Chris E Ferron · 12 years ago
  81. 51242c5 conditionally disable pci if not supported by Rajagopal Venkat · 12 years ago
  82. 0a8fbf9 For systems with pci you will want libpci, but for systems that do not have pci you will not. by Chris E Ferron · 12 years ago
  83. 98ca605 conditionally disable pci if not supported by Rajagopal Venkat · 12 years ago
  84. 0957efe Get rid of ncurses' TRUE and FALSE by Igor Zhbanov · 12 years ago
  85. 59a66df Remove unneded zlib dependency by Igor Zhbanov · 12 years ago
  86. e12ee36 Fix out-of-tree builds by Stefan Weil · 12 years ago
  87. 2477c91 ccstoh: Don't return success if something went wrong by Stefan Weil · 12 years ago
  88. 0684331 Fix handling of /proc/cpuinfo for non x86 architectures by Stefan Weil · 12 years ago
  89. 3d6764e Display all P-states in HTML-report by Igor Zhbanov · 12 years ago
  90. 19c88c2 update patch issue by Chris E Ferron · 12 years ago
  91. 240a4d8 Device list sort function bug by Igor Zhbanov · 12 years ago
  92. c52170a Wrong common field name in GFX Wakeups event by Igor Zhbanov · 12 years ago
  93. ccb84e2 remove -Werror from AM_INIT_AUTOMAKE by Benedikt Morbach · 12 years ago
  94. 59544ac prevent jump on uninitialized value by Sergey Senozhatsky · 12 years ago
  95. b981771 Use printf, not sprintf, to print messages to stdout. by Magnus Fromreide · 12 years ago
  96. 8911406 Change report naming convention by Dirk Brandewie · 12 years ago
  97. 4dde725 Add an option to suppress output to the terminal. This allows you to by Dirk Brandewie · 12 years ago
  98. e199f2e update patch for workload measurements to fix reporting and last measurement options by Chris E Ferron · 12 years ago
  99. f0f9265 Add option to specify workload to run during measurement. by Dirk Brandewie · 12 years ago
  100. 035c28b Add collection of average power during measurement. by Dirk Brandewie · 12 years ago