1. 92fb54d module: nicer logger name by Sergei Trofimov · 7 years ago
  2. bfb4721 Target: ensure shutils is always set by Sergei Trofimov · 7 years ago
  3. e21265f Merge pull request #177 from bjackman/hwmon-no-permissions by setrofim · 7 years ago
  4. 4593d86 gfxinfo fixes by Sergei Trofimov · 7 years ago
  5. 9f66632 derived: add DerivedSurfaceFlingerStats by Sergei Trofimov · 7 years ago
  6. f692315 derived: add DerivedGfxInfoStats by Sergei Trofimov · 7 years ago
  7. e4fda78 Merge pull request #178 from setrofim/master by setrofim · 7 years ago
  8. 109fcc6 AndroidTarget: fix ps() by Sergei Trofimov · 7 years ago
  9. 96693a3 AndroidTarget: fix get_pid_of for recent Androids by Sergei Trofimov · 7 years ago
  10. d952abf utils/rendering: frame collectors should respect column order by Sergei Trofimov · 7 years ago
  11. 50dfb29 utils/rendering: fix surfaceflinger list by Sergei Trofimov · 7 years ago
  12. e7a319b Merge pull request #176 from bjackman/logcat-docs by setrofim · 7 years ago
  13. 6bb24aa hwmon: Disable if no permissions by Brendan Jackman · 7 years ago
  14. fb5a260 utils/anroid: Documentation for LogcatMonitor by Brendan Jackman · 7 years ago
  15. e1ec1ea Merge pull request #175 from bjackman/logcat-race by setrofim · 7 years ago
  16. 22c1f5e utils/android: Don't lock up if LogcatMonitor stopped before start by Brendan Jackman · 7 years ago
  17. 8cf4a44 utils/android: Fix race condition in LogcatMonitor by Brendan Jackman · 7 years ago
  18. b3242a1 utils/android: whitespace by Brendan Jackman · 7 years ago
  19. a290d28 utils/android: Start ADB server before listing devices by Brendan Jackman · 7 years ago
  20. a8ca0fc util/rendering: add gfxinfo_get_last_dump by Sergei Trofimov · 7 years ago
  21. 01b5cff instrument: Update MeasurementType table by Sergei Trofimov · 7 years ago
  22. adf25f9 DerivedMeasurements: add process_raw() + doc updates by Sergei Trofimov · 7 years ago
  23. dd26b43 derived: DerivedMeasurments now return DerivedMetrics by Sergei Trofimov · 7 years ago
  24. 8479af4 MeasurementCsv: various enhancements by Sergei Trofimov · 7 years ago
  25. 07ba177 InstrumentChannel: allow None sites by Sergei Trofimov · 7 years ago
  26. 9192deb InstrumentChannel: name is now an alias for label by Sergei Trofimov · 7 years ago
  27. 823ce71 instrument: add get_raw() API by Sergei Trofimov · 7 years ago
  28. 2afa8f8 insturment: add catergory for time + doc fix by Sergei Trofimov · 7 years ago
  29. 15333eb utils/misc: update CPU_PART_MAP with Mongoose by Sergei Trofimov · 7 years ago
  30. dfd0b8e MeasurementsCsv: rename itermeasurments by Sergei Trofimov · 7 years ago
  31. ff366b3 derived: renamed derived_measurments --> energy by Sergei Trofimov · 7 years ago
  32. 1513db0 instrument: Clear up Instrument.reset semantics by Brendan Jackman · 7 years ago
  33. 90040e8 utils/android: grant_app_permissions fix. by Sergei Trofimov · 7 years ago
  34. 24d5630 utils/android: Add grant_app_permissions by Valentin Schneider · 7 years ago
  35. 6bda093 utils/android: LogcatMonitor fixes by Valentin Schneider · 7 years ago
  36. 4de9734 host: Add kill_children utility method by Valentin Schneider · 7 years ago
  37. 0d3a022 trace: Add logcat trace collector by Valentin Schneider · 7 years ago
  38. 7c2fd87 target: Add LogcatMonitor getter for android target by Valentin Schneider · 7 years ago
  39. 035181a utils/android: Add LogcatMonitor by Valentin Schneider · 7 years ago
  40. f5a0014 Merge pull request #161 from qperret/gem5/stats/match-regex by setrofim · 7 years ago
  41. 34d73e6 utils/gem5: try to cast statistics dump values by Quentin Perret · 7 years ago
  42. 4b36439 module/cgroups: robustify task freezer by Quentin Perret · 7 years ago
  43. 3c8294c module/gem5stats: better document match() and match_iter() behaviours by Quentin Perret · 7 years ago
  44. 64c865d module: gem5stats: enhance match() with regex support by Quentin Perret · 7 years ago
  45. 66a50a2 Merge pull request #163 from marcbonnici/Derived_Measurements by setrofim · 7 years ago
  46. c093d56 DerivedMeasurements: Add DerivedEnergyMeasurments by Marc Bonnici · 7 years ago
  47. 049b275 Instrumentation: Update to store sample rate in MeasurementCSV file. by Marc Bonnici · 7 years ago
  48. 411719d Instrument/gem5power: Rename timestamp channel to match new API by Marc Bonnici · 7 years ago
  49. 7dd934a Instrumentation: Update to populate missing 'sample_rate_hz` attributes by Marc Bonnici · 7 years ago
  50. 30fdfc2 Instrument/Acmecape: Add support for acmecape by Marc Bonnici · 7 years ago
  51. d3c3015 Instrument/MeasurementCSV: Add support for recording sample rate. by Marc Bonnici · 7 years ago
  52. 5ef99f2 Instrument/MeasurementType: Allow for converting to the same type by Marc Bonnici · 7 years ago
  53. 9b465c2 Instruments: Add millisecond MeasurementType and conversion by Marc Bonnici · 7 years ago
  54. 2de2b36 Instrumentation: Fix conversion between microseconds and seconds by Marc Bonnici · 7 years ago
  55. 210712b Merge pull request #162 from setrofim/numeric-pcent by marcbonnici · 7 years ago
  56. 2a0d110 Merge pull request #157 from marcbonnici/airplane/brightness by setrofim · 7 years ago
  57. 3d10e3e utils/types: numeric expeanded to handle percentages by Sergei Trofimov · 7 years ago
  58. 4d95656 Merge pull request #160 from qperret/gem5/stats/async-origin by setrofim · 7 years ago
  59. 38258eb module: gem5stats: enable asynchronous origins in gem5 stats file by Quentin Perret · 7 years ago
  60. 8839ed0 AndroidTarget: Changes default unlocking method by Marc Bonnici · 7 years ago
  61. 1229af0 AndroidTarget: Fixes 'swipe_to_unlock' method. by Marc Bonnici · 7 years ago
  62. 003785d AndroidTarget: Adds methods to get/set screen rotation by Marc Bonnici · 7 years ago
  63. 3e75174 AndroidTarget: Adds methods to get/set airplane mode by Marc Bonnici · 7 years ago
  64. ddd2e29 AndroidTarget: Adds methods to get/set screen brightness by Marc Bonnici · 7 years ago
  65. 380ad05 ssh: Improve error when failing to push file by Brendan Jackman · 7 years ago
  66. 93b39a7 ssh: Fix redacting SSH password in errors by Brendan Jackman · 7 years ago
  67. 1da8d3f Merge pull request #151 from AnthonyARM/master by setrofim · 7 years ago
  68. d25beb5 gem5stats: fix missing import for TargetError by Ionela Voinescu · 7 years ago
  69. 63e6040 module/cpufreq: rename get_domain_cpus by Sergei Trofimov · 7 years ago
  70. e206e9b module/cpufreq: fix get_affected_cpus docstring by Sergei Trofimov · 7 years ago
  71. 36aa3af module/cpufreq: fix domain cpus. by Sergei Trofimov · 7 years ago
  72. b392a0a Use related_cpus instead of affected_cpus by Anthony Barbier · 7 years ago
  73. b54dc19 devlib/module/thermal: Fix thermal zone disabling by Valentin Schneider · 7 years ago
  74. 7919a56 Add support for arbitrary ADB servers by Anthony Barbier · 7 years ago
  75. 02c93b4 ABI_MAP: Adds 'armeabi-v7a' to mapping by Marc Bonnici · 7 years ago
  76. 98fb2e2 Target: Ported supported_abi property from WA2 by Marc Bonnici · 7 years ago
  77. 68be9d8 utils/android: Added native code extraction of apks from WA2 by Marc Bonnici · 7 years ago
  78. 85036fb utils/android: better error message when exit code not detected by Sergei Trofimov · 7 years ago
  79. b933dbd Merge pull request #146 from derkling/adb_addons by setrofim · 7 years ago
  80. 0c7eb9e target: add support to kill/restart and ADB connection by Patrick Bellasi · 7 years ago
  81. f26f942 tagert: factor out the wait_boot_complete code by Patrick Bellasi · 7 years ago
  82. 0a95bbe misc.py: fix syntax error introduced by 86c9b6a1c7e by Ionela Voinescu · 7 years ago
  83. 86c9b6a utils/misc: update MIDR table by Sergei Trofimov · 7 years ago
  84. 7a827e2 instrument: Add power monitoring support on Gem5 platforms by Quentin Perret · 7 years ago
  85. ce48ad2 module: gem5stats: add an iterator to match records by Quentin Perret · 7 years ago
  86. f9bc696 Merge pull request #142 from qperret/gem5stats-module by setrofim · 7 years ago
  87. baedd67 module: Control and parse gem5's statistics log file by Quentin Perret · 7 years ago
  88. 92b0c25 target: Add background_invoke() method by Valentin Schneider · 7 years ago
  89. fb58e47 Merge pull request #141 from AnthonyARM/pull/big_little by setrofim · 7 years ago
  90. 3660361 Raise a ValueError when trying to set a property of a type of core which is offline by Anthony Barbier · 7 years ago
  91. 1199f25 Check if any big/LITTLE core is online before dereferencing an potentially empty list by Anthony Barbier · 7 years ago
  92. c837a29 Let the user customize the way to execute superuser commands by Anthony Barbier · 7 years ago
  93. de15658 Merge pull request #138 from marcbonnici/apk_install by setrofim · 7 years ago
  94. d3396f2 Target: Added get_sdk_version method by Marc Bonnici · 7 years ago
  95. c33dd65 Target: Updated install_apk to version from WA2 by Marc Bonnici · 7 years ago
  96. 7145b36 Merge pull request #133 from valschneider/fix-activity-error by setrofim · 7 years ago
  97. 2d96840 utils/android: Fix error detection in adb_shell() by Valentin Schneider · 7 years ago
  98. 48d717b Merge pull request #132 from setrofim/fps by marcbonnici · 7 years ago
  99. 1d3b4c8 instrument/frames: Add surfaceflinger frames instrument by Sergei Trofimov · 7 years ago
  100. 2b3cee6 rendering: Add surfaceflinger frame collector by Sergei Trofimov · 7 years ago