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