1. c08f2c7 android: introduce new System API for systrace functions by Ionela Voinescu · 8 years ago
  2. a807dd3 ipynb: android: Genericness fixes for workloads notebook by Brendan Jackman · 8 years ago
  3. 750a442 ipynb: android: adapt workload calls to emeter API by Ionela Voinescu · 8 years ago
  4. d20484c executor: Add freqs param to confs['cpufreq'] by Brendan Jackman · 8 years ago
  5. e49241f Remove juno/juno2 distinction by Zhifei Yang · 8 years ago
  6. ace366e executor/env: Install rt-app automatically if required by Brendan Jackman · 8 years ago
  7. 15a2cf4 LisaTest: Add get_trace method by Brendan Jackman · 8 years ago
  8. 663a176 Merge pull request #249 from bjackman/cpuidle-fix by Michele Di Giorgio · 8 years ago
  9. d162fa6 trace: Update value for NON_IDLE_STATE by Brendan Jackman · 8 years ago
  10. 7a935cb submodules: update Trappy to latest master by Brendan Jackman · 8 years ago
  11. f9241a1 lisa_shell: Reset terminal colours in PS1 by Brendan Jackman · 8 years ago
  12. 862ba5e libs/utils/android: reset airplane mode for Jankbench (#247) by Juri Lelli · 8 years ago
  13. 09a3012 wlgen/workload: fix format string syntax by Patrick Bellasi · 8 years ago
  14. a312c9a Merge pull request #237 from derkling/update-logging by Brendan Jackman · 8 years ago
  15. f17e608 ipynb: update all notebooks to use LisaConfig by Patrick Bellasi · 8 years ago
  16. c25cc8d libs/utils: cosmetics: update ValueError format strings by Patrick Bellasi · 8 years ago
  17. 46d6cff libs: enable commented logging to avoid code becoming not maintained by Patrick Bellasi · 8 years ago
  18. a9742b2 lisa_shell: update test command by Patrick Bellasi · 8 years ago
  19. c278c23 libs: use a more configurable logging strategy by Patrick Bellasi · 8 years ago
  20. a7f8fae Merge pull request #238 from bjackman/lisa-test-interface-change by Patrick Bellasi · 8 years ago
  21. 5f18308 tests/eas/acceptance: WakeMigration: Use Python dict not JSON by Brendan Jackman · 8 years ago
  22. 3cad0e4 tests/eas/acceptance: Offload+IdlePull: Use Python dict not JSON by Brendan Jackman · 8 years ago
  23. 4739b03 tests/eas/acceptance: SmallTaskPacking: Use Python dict not JSON by Brendan Jackman · 8 years ago
  24. 6171111 tests/eas/acceptance: ForkMigration: use Python dict not JSON by Brendan Jackman · 8 years ago
  25. 9408926 tests/eas/acceptance: Remove JSON config by Brendan Jackman · 8 years ago
  26. 58d32dc LisaTest: Flesh out docstrings by Brendan Jackman · 8 years ago
  27. 4181425 LisaTest: Add methods to override for test configuration by Brendan Jackman · 8 years ago
  28. 0b600f5 ipynb/profiling: Update kernel functions profiling notebook by Brendan Jackman · 8 years ago
  29. d6f3493 ipynb/tutorial: Update Executor tutorial notebook by Brendan Jackman · 8 years ago
  30. f16fed8 ipynb/utils: Update Executor example notebook by Brendan Jackman · 8 years ago
  31. 981e8a3 executor: Extend docstring by Brendan Jackman · 8 years ago
  32. 2bafed5 executor: Rename tests_conf to experiments_conf by Brendan Jackman · 8 years ago
  33. 324d7fa executor: Take a TestEnv instead of a target_conf by Brendan Jackman · 8 years ago
  34. 0778550 trace: Update doc and logging for getTasks method by Brendan Jackman · 8 years ago
  35. b196b8c trace: Filter tasks when no DataFrame passed to getTasks by Brendan Jackman · 8 years ago
  36. aa9f74b trace: Populate all task names when no tasks passed by Brendan Jackman · 8 years ago
  37. 67d14d0 trace: Refactor __loadTasksNames method by Brendan Jackman · 8 years ago
  38. ca9d929 executor: Fix running with multiple confs by Brendan Jackman · 8 years ago
  39. 9ecfd1a executor: Fix running non-root on Android devices by Brendan Jackman · 8 years ago
  40. 1963604 platforms: Add JSON config for Google Pixel by Brendan Jackman · 8 years ago
  41. 2f20756 libs/utils/env: Simplify check for rt-app requirement by Brendan Jackman · 8 years ago
  42. 8bdf70f tests/eas/acceptance: set sched_initial_test_util by Brendan Jackman · 8 years ago
  43. 60384cb tests/eas/acceptance: Simplify call to write_value by Brendan Jackman · 8 years ago
  44. 4fb6835 libs/utils/test: Add get_end_time and get_window to LisaTest by Brendan Jackman · 8 years ago
  45. 0445214 libs/utils/test: Add get_sched_assert method to LisaTest by Brendan Jackman · 8 years ago
  46. 00cf0b8 Merge pull request #234 from bjackman/fix-idle-residency by Michele Di Giorgio · 8 years ago
  47. 181dd7b idle_analysis: Fix idle residency when idle events are sparse by Brendan Jackman · 8 years ago
  48. 20a1ac2 libs/utils/trace: Fix getCPUActive signal for fully-idle CPUs by Brendan Jackman · 8 years ago
  49. 06132f5 libs/utils/trace: Cleanup docstring by Brendan Jackman · 8 years ago
  50. 7487138 libs/utils/tests: Don't look at Executor config in LisaTest by Brendan Jackman · 8 years ago
  51. 9a1db0e ipynb: cgroups: add example for CPUs isolation by Patrick Bellasi · 8 years ago
  52. bf9d9ef Merge pull request #223 from bjackman/hikey-cpuidle by Patrick Bellasi · 8 years ago
  53. f069617 libs/utils/platforms/hikey: Add cpuidle module by Brendan Jackman · 8 years ago
  54. c511bcd wlgen/workload: fix definition of cgroup to run a task into by Patrick Bellasi · 8 years ago
  55. 9cb731a wlgen/rtapp: allow to specify task's CPU as single number or range-string by Patrick Bellasi · 8 years ago
  56. 0c0a105 Merge pull request #202 from bjackman/refactor-eas-acceptance-tests-v2 by Patrick Bellasi · 8 years ago
  57. 51c8ae1 ipynb/release: v16.10 release by Patrick Bellasi · 8 years ago
  58. 288f1ab Vagrantfile: Don't try to create extant link by Brendan Jackman · 8 years ago
  59. a8bd192 lisa_shall: Improve lisa-test documentation by Brendan Jackman · 8 years ago
  60. c44d35d libs/utils/env: Explicitly check 'host' setting is present for Linux by Brendan Jackman · 8 years ago
  61. cd7ca60 tests/eas/acceptance: Remove unused code by Brendan Jackman · 8 years ago
  62. 3aca246 tests/eas/acceptance: Factor out _assert_switch in WakeMigration by Brendan Jackman · 8 years ago
  63. 6ba6ed0 tests/eas/acceptance: Port WakeMigration test to use LisaTest by Brendan Jackman · 8 years ago
  64. a3b3eba tests/eas/acceptance: Port OffloadMigrationAndIdlePull to LisaTest by Brendan Jackman · 8 years ago
  65. a5d8833 tests/eas/acceptance: Port SmallTaskPacking to LisaTest by Brendan Jackman · 8 years ago
  66. 3467098 tests/eas/acceptance: Port ForkMigration to EasTest by Brendan Jackman · 8 years ago
  67. d3e3a64 tests/eas/acceptance: Add EasTest API by Brendan Jackman · 8 years ago
  68. d4516bf tests/eas/acceptance: Use `min` in OffloadMigrationAndIdlePull by Brendan Jackman · 8 years ago
  69. 397025b tests/eas/acceptance: Cleanup imports by Brendan Jackman · 8 years ago
  70. 391fc32 tests/eas/acceptance: Remove unused import by Brendan Jackman · 8 years ago
  71. 029f471 tests/eas/acceptance: Remove unused code by Brendan Jackman · 8 years ago
  72. ad51cdc libs/utils/test: Add new utility methods to LisaTest by Brendan Jackman · 8 years ago
  73. 36b84bc libs/utils/test: Add experiment_test decorator by Brendan Jackman · 8 years ago
  74. 0ec5fcf libs/utils/executor: Use os.makedirs instead of os.system('mkdir ...) by Brendan Jackman · 8 years ago
  75. 43a2882 libs/utils/executor: Allow "profile" rt-app wloads to specify a "tasks" param by Brendan Jackman · 8 years ago
  76. d6ffaf9 libs/utils/executor: Make test_dir a local variable by Brendan Jackman · 8 years ago
  77. 0328c61 libs/utils/executor: Store metadata about executed experiments by Brendan Jackman · 8 years ago
  78. 705db83 libs/utils/executor: Default to 1 iteration if not specified by Brendan Jackman · 8 years ago
  79. 4d3e67b libs/utils/executor: Remove irrelevant log messages by Brendan Jackman · 8 years ago
  80. 5b0860b libs/utils/executor: Fix typo in log message by Brendan Jackman · 8 years ago
  81. b1e804d Merge pull request #214 from bjackman/vagrant-updates by Patrick Bellasi · 8 years ago
  82. bf6d5e1 Vagrantfile: Explicitly install Cython before pandas by Brendan Jackman · 8 years ago
  83. 7cbc923 Vagrantfile: Bail out of provisioning if anything fails by Brendan Jackman · 8 years ago
  84. aeb7aa9 Add a scratchpad folder for your own notebooks which will be ignored by Chris Redpath · 8 years ago
  85. 750eb5a libs/utils/executor: Require root when setting sched_features by Brendan Jackman · 8 years ago
  86. faaf2bd libs/utils/env: add default platform file for Hikey board by Michele Di Giorgio · 8 years ago
  87. 7dbd80a ipynb: fix bug in android workload notebook by Michele Di Giorgio · 8 years ago
  88. 81cfb14 android/workloads: remove hard-coded energy report by Michele Di Giorgio · 8 years ago
  89. 5d5ffca libs/wlgen/rta: Limit task name to 15 characters by Brendan Jackman · 8 years ago
  90. 2952788 submodules: Update devlib to cae239d1 and trappy to 5.9.0 by Brendan Jackman · 8 years ago
  91. f9a55aa Merge pull request #199 from JaviMerino/doc_fixes by Brendan Jackman · 8 years ago
  92. bbcae82 tests/eas/acceptance: Reduce expected LITTLE busy time for offload test by Brendan Jackman · 8 years ago
  93. c3217a3 Merge pull request #195 from JaviMerino/cap_cap_test by Brendan Jackman · 8 years ago
  94. 656a4ba test/eas/acceptance: documentation fixes by Javi Merino · 8 years ago
  95. a5f6be0 Merge pull request #192 from derkling/android-fixups by Michele Di Giorgio · 8 years ago
  96. 57d4681 android: never fail on airlplane mode setup by Patrick Bellasi · 8 years ago
  97. 42dcf95 android: add methods to get APKs and Info for a given app name by Patrick Bellasi · 8 years ago
  98. 5f852c1 android: add new method to start the main VIEW of an APK by Patrick Bellasi · 8 years ago
  99. 79850c9 utils/env: add support for ANDROID_HOME and CATAPULT_HOME by Patrick Bellasi · 8 years ago
  100. c191df1 android/workloads: do not clean the YouTube data folder by Patrick Bellasi · 8 years ago