1. b3cea0c TelnetConnction: splitting from SshConnection by Sergei Trofimov · 7 years ago
  2. 1ed29a8 JunoEnergyInstrument: removed a stray print by Sergei Trofimov · 7 years ago
  3. 8528568 gitignore update. by Sergei Trofimov · 7 years ago
  4. 0125310 doc: documeting connections by Sergei Trofimov · 7 years ago
  5. 925fccb LocalConnection: remove unused timeout parameter by Sergei Trofimov · 7 years ago
  6. 889f72c Adding connection classes to main __init__.py by Sergei Trofimov · 7 years ago
  7. beaf8d4 target: switching conn_cls to an __init__ parameter by Sergei Trofimov · 7 years ago
  8. c352308 AndroidTarget: removing unused parameter by Sergei Trofimov · 7 years ago
  9. 689c478 Merge pull request #79 from bjackman/cpuidle-additions by setrofim · 7 years ago
  10. c9f7e0e cpuidle: Add docstrings for properties requiring units by Brendan Jackman · 7 years ago
  11. 7cc8675 cpuidle: Add getter for target residency by Brendan Jackman · 7 years ago
  12. d126356 Merge pull request #78 from derkling/cgroups-multi-controller by setrofim · 8 years ago
  13. 5d492ca utils/misc: Adding Kryo cores to CPU part map by Sergei Trofimov · 8 years ago
  14. b569a56 cgroups: add support for multi-controller hierarchies by Patrick Bellasi · 8 years ago
  15. 103f792 cgroups: use subsystems namedtuple in the controllers mounting loop by Patrick Bellasi · 8 years ago
  16. b2ec957 shutils/cgroups: fix run_into support by Patrick Bellasi · 8 years ago
  17. 68f7585 Merge pull request #77 from bjackman/cgroups-shutils-fix by setrofim · 8 years ago
  18. 454a2d5 shutils/cgroups: Don't fail when racing with process exit by Brendan Jackman · 8 years ago
  19. b35a283 Merge pull request #73 from bjackman/file-exists-root by setrofim · 8 years ago
  20. c1b5152 target: Use root in file_exists check by Brendan Jackman · 8 years ago
  21. 78ac92b Merge pull request #66 from mdigiorgio/cpu_freq-trace-event by setrofim · 8 years ago
  22. 7949b93 Merge pull request #71 from bjackman/master by setrofim · 8 years ago
  23. bfdfc0e Merge pull request #72 from bjackman/adb-pull-whitespace by setrofim · 8 years ago
  24. 6eabf7f Merge pull request #76 from bjackman/cgroups-fixes by setrofim · 8 years ago
  25. ee38a42 android: Fix whitespace in wildcard match for ADB pull by Brendan Jackman · 8 years ago
  26. 0dc65bd shutils/cgroups: Use busybox `ps` to fix output format by Brendan Jackman · 8 years ago
  27. 3dd4ea6 cgroups: Remove quotes from grep expressions in move_all_tasks_to by Brendan Jackman · 8 years ago
  28. e45fcca shutils/cgroups: Fix typo by Brendan Jackman · 8 years ago
  29. 2f35999 cgroups: Mount cgroups controllers in devlib working dir by Brendan Jackman · 8 years ago
  30. c89f712 cgroups: Raise RuntimeError in freeze if no freezer controller by Brendan Jackman · 8 years ago
  31. 27f545f target: Note return value in Target::invoke docstring by Brendan Jackman · 8 years ago
  32. 290af66 Merge pull request #70 from derkling/cgroups-fix-mount-rw by setrofim · 8 years ago
  33. 02696e9 Merge pull request #68 from bjackman/cpuidle-trace-all by setrofim · 8 years ago
  34. 6cdae6b ftrace: Poke all CPUs for cpu_idle events before collecting trace by Brendan Jackman · 8 years ago
  35. df9b23a Merge pull request #69 from marcbonnici/master by setrofim · 8 years ago
  36. b59f7c3 android: Fixed issue using single quoted command with adb_shell by Marc Bonnici · 8 years ago
  37. da128f9 cgroups: ensure CGroups are mounted RW by Patrick Bellasi · 8 years ago
  38. d7f3092 shutils.in: rename manually injected cpu_frequency trace event by Michele Di Giorgio · 8 years ago
  39. a89c3fb Merge pull request #65 from credp/more_android7_ls by setrofim · 8 years ago
  40. e8e945a Fix adb pull with wildcard on Android v7+ by Chris Redpath · 8 years ago
  41. 934075c Merge pull request #64 from bjackman/memoize-cpuidle-info by setrofim · 8 years ago
  42. d3a02d9 cpuidle: Make desc, name, latency, power memoized properties by Brendan Jackman · 8 years ago
  43. 1a47cad Merge pull request #63 from bjackman/get-domain-cpus by setrofim · 8 years ago
  44. f1b4bf2 cpufreq: Add function to get CPUs in frequency domain by Brendan Jackman · 8 years ago
  45. 25818b0 Merge pull request #62 from bjackman/check-governor-supported by setrofim · 8 years ago
  46. af4214c cpufreq: Improve error when setting all CPUs to unsupported governor by Brendan Jackman · 8 years ago
  47. 1cc6ddf Merge pull request #61 from credp/android_disconnect by setrofim · 8 years ago
  48. 119fd7d android: don't try to disconnect devices which aren't connected by Chris Redpath · 8 years ago
  49. cae239d memoized: detect hashability by catching TypeError by Sergei Trofimov · 8 years ago
  50. 09ec88e memoized: further fixes; hash objects whre possible by Sergei Trofimov · 8 years ago
  51. f8440cf Merge pull request #59 from derkling/fix-ftrace by setrofim · 8 years ago
  52. 46d65c8 Merge pull request #58 from credp/android7_ls by setrofim · 8 years ago
  53. 2a4eafa AndroidTarget: Handle ls format change in Android 7.0 by Chris Redpath · 8 years ago
  54. 3e6a040 ftrace: ensure ftrace commands are executed as root by Patrick Bellasi · 8 years ago
  55. 08b36e7 utils; adding more CPU part numbers by Sergei Trofimov · 8 years ago
  56. 6d854fd memoized: fix for bug where wrong cached results were returned by Sergei Trofimov · 8 years ago
  57. 390a544 instrument: allow specifying channels in reset() by Sergei Trofimov · 8 years ago
  58. d7aac2b utils: added a function to reset memoized cache by Sergei Trofimov · 8 years ago
  59. 0e8fc0d Merge pull request #57 from derkling/cgroups-cosmetics by setrofim · 8 years ago
  60. 730bb60 cgroup: fix documentation of freeze function by Patrick Bellasi · 8 years ago
  61. c8f118d cgroups: change log level to avoid cluttering caller output by Patrick Bellasi · 8 years ago
  62. ca0b6e8 AndroidTarget: fixed kick_off() by Sergei Trofimov · 8 years ago
  63. c307ffa Merge pull request #56 from derkling/cgroups-isolation-and-freeze by setrofim · 8 years ago
  64. 23ad61f cgroups: add support for tasks freezing by Patrick Bellasi · 8 years ago
  65. 75a086d cgroups: add support for CPUs isolation by Patrick Bellasi · 8 years ago
  66. 21d18f8 cgroups: fix support to filter tasks to move into a specified CGroup by Patrick Bellasi · 8 years ago
  67. 3cab786 cgroups: use shutils for move_tasks by Patrick Bellasi · 8 years ago
  68. d8ae3ab cgroups: add couple of methods to return the tasks of a CGroup by Patrick Bellasi · 8 years ago
  69. 42efd0a cgroups: add support list tasks in a specified CGroup by Patrick Bellasi · 8 years ago
  70. 83c1312 shutils: ensure we use "cat" version provided by Busybox by Patrick Bellasi · 8 years ago
  71. b9a1698 Merge pull request #53 from mdigiorgio/fix-cgroups_get_states by setrofim · 8 years ago
  72. f9cb932 cgroups: fix get_states() return value when passing integer state by Michele Di Giorgio · 8 years ago
  73. 0c8f267 Merge pull request #49 from derkling/fix-adb-connect by setrofim · 8 years ago
  74. 2d49648 Merge pull request #52 from garethstockwell/master by setrofim · 8 years ago
  75. f244936 TelnetConnection: allow username and/or password to be optional by Gareth Stockwell · 8 years ago
  76. 76b059c TelnetConnection: allow client to specify the original prompt string by Gareth Stockwell · 8 years ago
  77. baab8ab Merge pull request #51 from ep1cman/master by setrofim · 8 years ago
  78. 73f2e28 TelnetConnection: Added the ability to specify connection port by Sebastian Goscik · 8 years ago
  79. f714dd3 android: avoid connect for USB target by Patrick Bellasi · 8 years ago
  80. c4784e0 Added documentation for Target.extract() by Sergei Trofimov · 8 years ago
  81. baaa67b target: added extract() method by Sergei Trofimov · 8 years ago
  82. 1769289 Merge pull request #46 from JaviMerino/needs_su by setrofim · 8 years ago
  83. 16d87c6 devlib: don't use sudo/su if you are root by Javi Merino · 8 years ago
  84. fa20e7c Merge pull request #45 from mdigiorgio/improve-memoize by setrofim · 8 years ago
  85. 539e9b3 devlib/utils/misc: improve memoize decorator by Michele Di Giorgio · 8 years ago
  86. ee521f6 Merge pull request #42 from ep1cman/fixes by setrofim · 8 years ago
  87. 5880f6e LinuxTarget: now used 'uname' instead of 'busybox uname' by Sebastian Goscik · 8 years ago
  88. cf791d1 Merge pull request #35 from derkling/cgroup-fix-setup by setrofim · 8 years ago
  89. bbee251 Merge pull request #39 from ep1cman/fixes by setrofim · 8 years ago
  90. 9af32ec AndroidDevice: kick-off no longer requires root by Sebastian Goscik · 8 years ago
  91. 89256fd connetion: fixing None timeout issue by Sergei Trofimov · 8 years ago
  92. 616f229 cgroups: requires initialization after the "setup" stage by Patrick Bellasi · 8 years ago
  93. c4e46b7 target: add a "setup" stage for modules initialisation by Patrick Bellasi · 8 years ago
  94. 1dc1e13 Merge pull request #28 from msrasmussen/patch-1 by setrofim · 8 years ago
  95. 2322046 Merge pull request #33 from derkling/fix-cgroups-noprefix by setrofim · 8 years ago
  96. 4b58c57 cgroups: make probe method more robust by Patrick Bellasi · 8 years ago
  97. 3acf5d5 cgroups: run some commands with root permissions by Patrick Bellasi · 8 years ago
  98. 96392fd cgroups: fix run_into shutils by Patrick Bellasi · 8 years ago
  99. c976189 cgroups: fix get attributes for controller noprefix mounted by Patrick Bellasi · 8 years ago
  100. 658005a cgroups: properly format attributes path and check for being supported by Patrick Bellasi · 8 years ago