1. 9c89ca0 Merge pull request #22 from derkling/cgroup-fixups by setrofim · 8 years ago
  2. bdbf474 uname: Fixed calls to uname to use busybox by Sebastian Goscik · 8 years ago
  3. e2e5e68 cgroups: use splitlines instead of split('\n') by Patrick Bellasi · 8 years ago
  4. a65ff13 cgroups: fix attributes reporting for controller with only one attribute by Patrick Bellasi · 8 years ago
  5. f5b7c82 AndroidTarget & LinuxTarget: Added a `model` property by Sebastian Goscik · 8 years ago
  6. a7f6ddb LocalConnection: Added a `password` parameter by Sebastian Goscik · 8 years ago
  7. 040daab Target: Fixed fstab parsing by Sebastian Goscik · 8 years ago
  8. 0a8b0c6 AndroidTarget: Added package data and extrenal storage path settings by Sebastian Goscik · 8 years ago
  9. 0c11289 Android: Updated ANDROID_VERSION_MAP by Sebastian Goscik · 8 years ago
  10. ff8261e AndroidTarget: Updated default executables_directory by Sebastian Goscik · 8 years ago
  11. 1424ceb Added quotes around commands using raw paths by Sebastian Goscik · 8 years ago
  12. aab487c pylint by Sebastian Goscik · 8 years ago
  13. 880a0bc AndroidTarget: Added swipe direction to swipe_to_unlock by Sebastian Goscik · 8 years ago
  14. cafeb81 AndroidTarget: Added android_id property by Sebastian Goscik · 8 years ago
  15. be8f972 Target: Added install_if_needed method by Sebastian Goscik · 8 years ago
  16. 84151f9 Target: Modified get_installed search order by Sebastian Goscik · 8 years ago
  17. 33603c6 Target: Added directory_exists method by Sebastian Goscik · 8 years ago
  18. 1890db7 AndroidTarget: Updated ANDROID_SCREEN_STATE_REGEX by Sebastian Goscik · 8 years ago
  19. 40fce13 ARM platforms: fixing big_core setting. by Sergei Trofimov · 8 years ago
  20. 10a80d2 target: added insmod() method. by Sergei Trofimov · 8 years ago
  21. 5a81fe9 target: added lsmod method by Sergei Trofimov · 8 years ago
  22. 798745f Merge pull request #16 from derkling/add_ftrace_function_profiling by setrofim · 8 years ago
  23. 082a82c ftrace: add support to report function profiling data by Patrick Bellasi · 8 years ago
  24. 7f5a150 ftrace: add support to collect function stats by Patrick Bellasi · 8 years ago
  25. c5bc987 ftrace: add initial support for function profiling by Patrick Bellasi · 8 years ago
  26. bda7a16 ftrace: move file path definitions by Patrick Bellasi · 8 years ago
  27. 3f1577d Merge pull request #15 from derkling/add_shutils_support by setrofim · 8 years ago
  28. c2d81ea Merge pull request #14 from derkling/add_x86_support by setrofim · 8 years ago
  29. b1a7f3f Merge pull request #13 from derkling/fix_ftrace by setrofim · 8 years ago
  30. ebd4349 bins: add busybox binary for x86_64 targets by Patrick Bellasi · 8 years ago
  31. 82e951b ftrace: give more time for a trace to be collected by Patrick Bellasi · 9 years ago
  32. 51b7f01 cpufreq: add functions to get frequencies and governors for all online CPUs by Patrick Bellasi · 9 years ago
  33. cf76131 cpufreq: switch to usage of shutils functions by Patrick Bellasi · 9 years ago
  34. f2eac51 target: add support for target side scripts by Patrick Bellasi · 9 years ago
  35. c93e3d6 android: add support to pull multiple files using wildcard expressions by Patrick Bellasi · 9 years ago
  36. d0c71fb target: warn if a module is not supported for the target by Javi Merino · 8 years ago
  37. 3229bb1 Instrument: Add channel with ordered sequence by Leo Yan · 8 years ago
  38. 47bf915 platform: smarter detection of big cores by Sergei Trofimov · 9 years ago
  39. 59f4f81 Cpuinfo: extract CPU featurs from "flags" entry by Sergei Trofimov · 9 years ago
  40. a1e991c vexpress-uboot: only set env if bootargs are specified by Sergei Trofimov · 9 years ago
  41. 4c4d7f1 Merge pull request #9 from credp/junoenergymeter_instantaneous by setrofim · 9 years ago
  42. 485b4a6 Merge pull request #8 from JaviMerino/fix_android_without_home by setrofim · 9 years ago
  43. 0991510 JunoEnergyInstrument: Provide INSTANTANEOUS interface by Chris Redpath · 9 years ago
  44. 7f32efc android: fix initialization without android by Javi Merino · 9 years ago
  45. 171cc25 AndroidTarget: fixed use of variables in as_root=True commands. by Sergei Trofimov · 9 years ago
  46. f52bf79 android: fixing exit code checking by Sergei Trofimov · 9 years ago
  47. 2d9c0bf platform: adding default big core for ARM platforms. by Sergei Trofimov · 9 years ago
  48. 64261a6 adb_shell: fixing handling of line breaks at the end of the output by Sergei Trofimov · 9 years ago
  49. c7fc01c module: Add thermal support by Punit Agrawal · 9 years ago
  50. b532453 target: fixed get_installed() on new targets by Sergei Trofimov · 9 years ago
  51. 961f957 target: resolve default paths eariler during the connection by Sergei Trofimov · 9 years ago
  52. a7cfd28 ftrace: force report CPU frequencies at trace start and stop by Patrick Bellasi · 9 years ago
  53. 701e6ad cpufreq: add method to trace current frequencies by Patrick Bellasi · 9 years ago
  54. f46057f Merge pull request #3 from derkling/drk-for-master by setrofim · 9 years ago
  55. b598b38 cpufreq: add methods to configure all CPUs at once by Patrick Bellasi · 9 years ago
  56. 4dcb497 cpufreq: add methods to set the governor for a specified set of CPUs by Patrick Bellasi · 9 years ago
  57. 9c9a748 cgroups: big refactoring to make it more generic by Patrick Bellasi · 9 years ago
  58. 10c80a9 ssh: disable commands echo by Patrick Bellasi · 9 years ago
  59. 5d288ef ssh: increase terminal size to avoid issues with echoed command parsing by Patrick Bellasi · 9 years ago
  60. 68e5e83 utils/serial_port: fix fdpexpect import for pexpect versions >= 4.0 by Patrick Bellasi · 9 years ago
  61. c1d7cfa utils/ssh: fix pxssh import for pexpect versions >= 4.0 by Patrick Bellasi · 9 years ago
  62. b83e518 target: fix 'bl' module initialisation by Patrick Bellasi · 9 years ago
  63. cbe80da cpufreq: make probing more robust by Patrick Bellasi · 9 years ago
  64. b19d76d cpufreq: fix probe method to support Intel machine by Patrick Bellasi · 9 years ago
  65. 7ba791b hotplug: make hotplug probing more robust by Patrick Bellasi · 9 years ago
  66. 4e6afe9 devlib initial commit. by Sergei Trofimov · 9 years ago