1. 84f8b0d tests/eas/preliminary: Make TestSchedutilTunables mainline-friendly by Brendan Jackman · 7 years ago
  2. 8c6594c tests/eas/preliminary: Fix wording in docstring by Brendan Jackman · 7 years ago
  3. 175d10e tests/eas/load_tracking: Add support for WIP sched_load_se event by Brendan Jackman · 7 years ago
  4. 3be4208 tests/eas/preliminary: WorkThroughput improvement by Valentin Schneider · 7 years ago
  5. be3d2ca tests/eas/generic: Fix broken import by Brendan Jackman · 7 years ago
  6. 14851f7 tests/eas/generic: Pick schedutil/sched governor automatically by Brendan Jackman · 7 years ago
  7. d36f1e2 generic: Enable collection of more trace events by Brendan Jackman · 7 years ago
  8. 5e38e72 tests/eas/preliminary: Add test for SD_ASYM_CPUCAPACITY sd flag by Brendan Jackman · 7 years ago
  9. 1cc0721 tests/eas/preliminary: Add test for required sched_domain flags by Brendan Jackman · 7 years ago
  10. 0e1385b tests/eas/preliminary: Check schedutil tunables are sensible by Brendan Jackman · 7 years ago
  11. 0dc1f2e tests/eas/preliminary: Add test for presence of energy model by Brendan Jackman · 7 years ago
  12. ee05402 Merge pull request #339 from bjackman/energy-model-from-target by Brendan Jackman · 7 years ago
  13. e530bc2 tests/eas/capacity-capping: Don't let target latency influence phase times by Brendan Jackman · 7 years ago
  14. bf2fc14 tests/eas/capacity_capping: Make assertions relative to wload start time by Brendan Jackman · 7 years ago
  15. e4e4b7c tests/eas/generic: Check and error if TestEnv.nrg_model not present by Brendan Jackman · 7 years ago
  16. 2706924 tests/eas/generic: Remove unused skip_on_smp flag by Brendan Jackman · 7 years ago
  17. 113ce34 tests/eas: Un-factorise code that is no longer shared by Brendan Jackman · 7 years ago
  18. 42090b1 tests/eas: Remove 'acceptance' suite by Brendan Jackman · 7 years ago
  19. 7b2e5d2 tests/eas/load_tracking: Add CPU invariance test by Brendan Jackman · 7 years ago
  20. 456238e tests/eas/load_tracking: Split out base class by Brendan Jackman · 7 years ago
  21. 35f8971 load_tracking: Use EnergyModel to pick CPU by Brendan Jackman · 8 years ago
  22. 0bf208e tests/eas/heavy_load: Reduce required active time percent 99->95 by Brendan Jackman · 7 years ago
  23. bb71199 tests/eas/heavy_load: Improve error message when no cpu_idle events by Brendan Jackman · 7 years ago
  24. 0e2d5d0 tests/eas/preliminary: Fix typo in error message by Brendan Jackman · 7 years ago
  25. 3d0d74d tests/eas: Use "sched" governor for EAS tests by Brendan Jackman · 8 years ago
  26. 7d7b5c5 tests/eas: Add generic Energy-Model based tests by Brendan Jackman · 8 years ago
  27. 277af1f tests/eas/acceptance: Fix test_first_cpu for OffloadMigration by Brendan Jackman · 8 years ago
  28. 5d27742 tests/eas/acceptance: Add cpu_frequency to default ftrace events by Brendan Jackman · 8 years ago
  29. 9305046 tests/eas/acceptance: Remove big.LITTLE assumption from tests by Brendan Jackman · 8 years ago
  30. bf5d19a tests/eas: Add test for frequency invariant load tracking by Brendan Jackman · 8 years ago
  31. 236231f tests: Fix use of runExperiments method by Brendan Jackman · 7 years ago
  32. 968e72e Merge pull request #295 from derkling/fix-tests by Brendan Jackman · 7 years ago
  33. 1355be1 tests/eas/rfc: fix executor integration by Patrick Bellasi · 7 years ago
  34. 07c2498 LisaTest: Add public "runExperiments" method by Brendan Jackman · 8 years ago
  35. b8cfbd1 tests/eas/acceptance: Rename EasTest -> _EasTest by Brendan Jackman · 7 years ago
  36. 6b05e09 Allow test classes to be loaded from Python code by Brendan Jackman · 8 years ago
  37. 1bdb531 preliminary: Don't fail TestWorkThroughput when only one frequency by Brendan Jackman · 7 years ago
  38. de5e7f7 tests/eas: Add heavy load spreading test by Brendan Jackman · 8 years ago
  39. 60bcfa7 tests/eas/preliminary: Add initial EAS suitability check by Chris Redpath · 8 years ago
  40. ebbbb20 tests/eas/acceptance: Use freeze_userspace flag by Brendan Jackman · 8 years ago
  41. c278c23 libs: use a more configurable logging strategy by Patrick Bellasi · 8 years ago
  42. 5f18308 tests/eas/acceptance: WakeMigration: Use Python dict not JSON by Brendan Jackman · 8 years ago
  43. 3cad0e4 tests/eas/acceptance: Offload+IdlePull: Use Python dict not JSON by Brendan Jackman · 8 years ago
  44. 4739b03 tests/eas/acceptance: SmallTaskPacking: Use Python dict not JSON by Brendan Jackman · 8 years ago
  45. 6171111 tests/eas/acceptance: ForkMigration: use Python dict not JSON by Brendan Jackman · 8 years ago
  46. 9408926 tests/eas/acceptance: Remove JSON config by Brendan Jackman · 8 years ago
  47. 8bdf70f tests/eas/acceptance: set sched_initial_test_util by Brendan Jackman · 8 years ago
  48. 60384cb tests/eas/acceptance: Simplify call to write_value by Brendan Jackman · 8 years ago
  49. cd7ca60 tests/eas/acceptance: Remove unused code by Brendan Jackman · 8 years ago
  50. 3aca246 tests/eas/acceptance: Factor out _assert_switch in WakeMigration by Brendan Jackman · 8 years ago
  51. 6ba6ed0 tests/eas/acceptance: Port WakeMigration test to use LisaTest by Brendan Jackman · 8 years ago
  52. a3b3eba tests/eas/acceptance: Port OffloadMigrationAndIdlePull to LisaTest by Brendan Jackman · 8 years ago
  53. a5d8833 tests/eas/acceptance: Port SmallTaskPacking to LisaTest by Brendan Jackman · 8 years ago
  54. 3467098 tests/eas/acceptance: Port ForkMigration to EasTest by Brendan Jackman · 8 years ago
  55. d3e3a64 tests/eas/acceptance: Add EasTest API by Brendan Jackman · 8 years ago
  56. d4516bf tests/eas/acceptance: Use `min` in OffloadMigrationAndIdlePull by Brendan Jackman · 8 years ago
  57. 397025b tests/eas/acceptance: Cleanup imports by Brendan Jackman · 8 years ago
  58. 391fc32 tests/eas/acceptance: Remove unused import by Brendan Jackman · 8 years ago
  59. 029f471 tests/eas/acceptance: Remove unused code by Brendan Jackman · 8 years ago
  60. f9a55aa Merge pull request #199 from JaviMerino/doc_fixes by Brendan Jackman · 8 years ago
  61. bbcae82 tests/eas/acceptance: Reduce expected LITTLE busy time for offload test by Brendan Jackman · 8 years ago
  62. c3217a3 Merge pull request #195 from JaviMerino/cap_cap_test by Brendan Jackman · 8 years ago
  63. 656a4ba test/eas/acceptance: documentation fixes by Javi Merino · 8 years ago
  64. 0db02b7 tests/eas/capacity_capping: Add a capacity capping test by Javi Merino · 8 years ago
  65. 395aded tests/eas/acceptance: enable sched_is_big_little sysctl by Brendan Jackman · 8 years ago
  66. 2c71828 tests/eas/acceptance: fixup s/EXPECTED_BIG_BUSY_TIME_PCT/OFFLOAD_EXPECTED_BUSY_TIME_PCT/ by Brendan Jackman · 8 years ago
  67. a43cb2f tests/eas/acceptance: s/EXPECTED_BIG_BUSY_TIME_PCT/OFFLOAD_EXPECTED_BUSY_TIME_PCT/ by Javi Merino · 8 years ago
  68. b78de30 tests/eas/acceptance: increase accuracy of little cpus test in the Offload Migration testcase by Javi Merino · 8 years ago
  69. fa4bce7 tests/eas/acceptance: Increase required busy time for idle pull test by Brendan Jackman · 8 years ago
  70. bec5e05 tests: rename the hmp parity test to acceptance test by Javi Merino · 8 years ago
  71. 4c29d17 tests/eas/hmp_parity: add some more interesting sched ftrace events by Javi Merino · 8 years ago
  72. 4232673 tests/eas/hmp_parity: don't hardcode the phase duration in WakeMigration by Javi Merino · 8 years ago
  73. d819214 tests/eas/hmp_parity: don't hardcode the number of tasks in WakeMigration by Javi Merino · 8 years ago
  74. 7b7bc98 tests/eas/hmp_parity: refactor the OffloadMigrationAndIdlePull test by Javi Merino · 8 years ago
  75. 5b399c5 tests/eas/hmp_parity: cache the trappy.FTrace object in OffloadMigrationAndIdlePull by Javi Merino · 8 years ago
  76. cba9a6f tests/eas/hmp_parity: move the migrator delay to the configuration file by Javi Merino · 8 years ago
  77. c58cb1e tests/eas/hmp_parity: don't clobber big tasks by Javi Merino · 8 years ago
  78. 55eee3c tests/eas/hmp_parity: Add descriptions for tests by Javi Merino · 8 years ago
  79. 4db291a eas test rfc.config comments for ftrace by Morten Rasmussen · 8 years ago
  80. 818ba5c libs/wlgen/rta: refactor RTA methods to be class objects by Patrick Bellasi · 8 years ago
  81. df15a12 libs/utils/test: fix multiple run of the executor by Patrick Bellasi · 8 years ago
  82. 334dda9 tests: re-factor existing tests to use the LisaTest base class by Patrick Bellasi · 8 years ago
  83. d5af72f tests: re-factoring to use the new Executor module by Patrick Bellasi · 8 years ago
  84. 7c23828 rfc_stune: Add the cgroup module back by Javi Merino · 8 years ago
  85. 7ef45fd Merge pull request #34 from derkling/master-next by Juri Lelli · 8 years ago
  86. d89a32f Merge pull request #32 from derkling/function_profiling by Juri Lelli · 8 years ago
  87. 0c83486 Merge pull request #33 from derkling/fixups by Dietmar Eggemann · 8 years ago
  88. 7416a42 ftrace: add support for function profiling by Patrick Bellasi · 9 years ago
  89. bc75666 tests/eas/rfc: keep track of kernel configuration and version info by Patrick Bellasi · 9 years ago
  90. 301442e tests/eas/rfc: fixup governor setup after reboot by Patrick Bellasi · 9 years ago
  91. 62152a5 libs/utils/env: add support to exlude a list of modules by Patrick Bellasi · 9 years ago
  92. 4e2673a libs/utils/env: move modules definition into board specific section by Patrick Bellasi · 9 years ago
  93. efc07fb Merge pull request #16 from JaviMerino/initial_stune_test by Patrick Bellasi · 9 years ago
  94. 2b3f63f Merge pull request #21 from JaviMerino/fix_rfc_emeter by Patrick Bellasi · 9 years ago
  95. 4ccb0b5 tests/eas/rfc: Only use the energy meter if the platform supports it by Javi Merino · 9 years ago
  96. 4adff48 tests/eas/rfc.py: Fix path of ondemand/sampling_rate file by Dietmar Eggemann · 9 years ago
  97. 382f2f4 tests/eas/rfc: test the boosted signal of the SchedTune test by Javi Merino · 9 years ago
  98. b9470a0 tests/eas/rfc: drop logging from test_execution_complete() by Javi Merino · 9 years ago
  99. da4561e tests/eas/hmp_parity: add a test failure message by Patrick Bellasi · 9 years ago
  100. 8da5da3 tests/eas/hmp_parity: properly collect tests generated outputs by Patrick Bellasi · 9 years ago