1. 2aaa945 ipynb: sched_dvfs: add smoke tests to compare with other governors by Patrick Bellasi · 9 years ago
  2. df88a07 libs/wlgen/rta: reorder function parameters to mach base class by Patrick Bellasi · 9 years ago
  3. ee2022e libs/wlgen/rta: remove dead code by Patrick Bellasi · 9 years ago
  4. f0f66e4 libs/wlgen/rta: fix scheduler policy default initialisation by Patrick Bellasi · 9 years ago
  5. d23e17e libs/utils/env: fix initialisation of "__features__" settings by Patrick Bellasi · 9 years ago
  6. fbdaae9 libs/utils/env: fix target configuration loading by Patrick Bellasi · 9 years ago
  7. 6a69166 libs/wlgen/rta: fix typos by Patrick Bellasi · 9 years ago
  8. 1e48229 libs/wlgen/rta: reformat to fit 80 columns by Patrick Bellasi · 9 years ago
  9. ad925fe libs/wlgen/rta: fix usage of "dangerous" {} default initializations by Patrick Bellasi · 9 years ago
  10. 37412a6 libs/wlgen/rta: default initialize all class memebers by Patrick Bellasi · 9 years ago
  11. 34e8f34 libs/wlgen/rta: update logging code to remove unnecessary format() calls by Patrick Bellasi · 9 years ago
  12. 1d6e9ed libs/wlgen/rta: add support to specify per task's affinity by Patrick Bellasi · 9 years ago
  13. 88fc0d9 ipynb: add example usage of the TestEnv utility class by Patrick Bellasi · 9 years ago
  14. 608fae5 ipynb: wlgen: move the simple rtapp example into a dedicated folder by Patrick Bellasi · 9 years ago
  15. ffe4c23 ipynb: devlib/examples: add a cgroup module usage example by Patrick Bellasi · 9 years ago
  16. e27c972 libs/utils/env: default initialise '__features__' by Patrick Bellasi · 9 years ago
  17. 0f5083e libs/utils/env: fix 'modules' and 'tools' merging by Patrick Bellasi · 9 years ago
  18. a4f63ca tools/scripts/cgroup: update to support CGroups with multiple controllers by Patrick Bellasi · 9 years ago
  19. 73f2013 libs/wlgen/workload: move CGroup definition into run() method by Patrick Bellasi · 9 years ago
  20. cc8248e libs/wlgen/rta: use max RT prio configured for the target by Patrick Bellasi · 9 years ago
  21. efd98ca libs/wlgen/rta: cosmetics by Patrick Bellasi · 9 years ago
  22. 8e71aa3 libs/wlgen/rta: fix calibration configuration using FIFO:0 by default by Patrick Bellasi · 9 years ago
  23. e967396 libs/wlgen/workload: fix initialisation of scheduler parameters by Patrick Bellasi · 9 years ago
  24. 2d93951 libs/wlgen/rta: fix default folder where workload files are pushed by Patrick Bellasi · 9 years ago
  25. 70e3cee tests/eas/hmp_parity: integrate HMP parity test cases by Kapileshwar Singh · 9 years ago
  26. 57e0795 libs/utils/results: skip platform.json file when parsing run dirs by Patrick Bellasi · 9 years ago
  27. 8d61e21 tests/eas/rfc: switch to usage of new TestEnv provided by libs/utils by Patrick Bellasi · 9 years ago
  28. e8355c2 libs/utils/energy: fix access to target object by Patrick Bellasi · 9 years ago
  29. bdb29c1 tests/eas/rfc: small code cleanup by Patrick Bellasi · 9 years ago
  30. 5bf0240 libs/utils/env: add a method to force an update of the FTrace configuration by Patrick Bellasi · 9 years ago
  31. 265cc6a libs/utils/env: fix checks for rt-app calibration required by Patrick Bellasi · 9 years ago
  32. c680329 libs/utils/env: fixup tools and modules configuration merging by Patrick Bellasi · 9 years ago
  33. 822fffe libs/utils/env: make subsystems initialisation methods all private by Patrick Bellasi · 9 years ago
  34. a06778d libs/utils/env: rename initialization guard and ensure members are not reset by Patrick Bellasi · 9 years ago
  35. 0b89538 libs/utils/env: make features checking a private method by Patrick Bellasi · 9 years ago
  36. 539702b libs/utils/env: remove not more used attributes by Patrick Bellasi · 9 years ago
  37. f7dddce libs/utils/energy: gracefully return with a warning in case HWMON is not loaded by Patrick Bellasi · 9 years ago
  38. c61fadf libs/utils/env: make calibration data a private attribute by Patrick Bellasi · 9 years ago
  39. 9868d64 libs/utils/env: add a force mode for RT-app calibration by Patrick Bellasi · 9 years ago
  40. 1e384c9 conf: move tools and modules into target specific configuration by Patrick Bellasi · 9 years ago
  41. fbfa96d libs/utils/env: add a test environment class by Patrick Bellasi · 9 years ago
  42. eb467df libs/utils/conf: add a simple JSON parser which support comments by Patrick Bellasi · 9 years ago
  43. 16d94fb libs/utils/energy: add energy meter factory class by Patrick Bellasi · 9 years ago
  44. 624a878 libs/wlgen/rta: make scheduling configuration more flexible for tasks by Patrick Bellasi · 9 years ago
  45. e771d78 libs/wlgen/rta: use FIFO class for calibration by Patrick Bellasi · 9 years ago
  46. b366f0c libs/wlgen/rta: if not specified tasks inherits the default_policy by Patrick Bellasi · 9 years ago
  47. 83c9d10 libs/wlgen/rta: add support for default_policy by Patrick Bellasi · 9 years ago
  48. 6eab2aa libs/wlgen/rta: simplify global and task specific configuration by Patrick Bellasi · 9 years ago
  49. d9df39d libs/wlgen/workload: raise an exception when kind is not supported by Patrick Bellasi · 9 years ago
  50. 16605e1 libs/wlgen/rta: remove support for "periodic" workload kind by Patrick Bellasi · 9 years ago
  51. 3c7301e ipynb: add simple scripts to start and stop the IPytnon server by Patrick Bellasi · 9 years ago
  52. 9513c48 ipynb: add a simple example of rt-app execution on Juno by Patrick Bellasi · 9 years ago
  53. 090e867 libs/utils/filters: simplify per-cluster wakeup plots by Patrick Bellasi · 9 years ago
  54. 73dcedd libs/utils/filters: fix plotting of per-cluster wakeups by Patrick Bellasi · 9 years ago
  55. 3189984 libs/utils/filters: add a function to return a dictionary of RT tasks by Patrick Bellasi · 9 years ago
  56. 960f671 libs/utils/filters: add plot for tasks utilization vs cluster frequencies by Patrick Bellasi · 9 years ago
  57. 4f4515f libs/utils/filters: by default do not filter wakers on frequency by Patrick Bellasi · 9 years ago
  58. e3b4af0 libs/utils/filters: keep track of platform big and LITTLE cpus by Patrick Bellasi · 9 years ago
  59. 40cd81f libs/utils/filters: plot only frequent wakers tasks by Patrick Bellasi · 9 years ago
  60. 599a882 libs/utils/filters: add support to scale all plots on same time range by Patrick Bellasi · 9 years ago
  61. d23e75a tests/eas/test_env: add topology information to platform JSON by Patrick Bellasi · 9 years ago
  62. 92e57ee libs/utils/filters: add support to export filtered dataset by Patrick Bellasi · 9 years ago
  63. 4688985 libs/utils/filters: add support for tasks wakeups by Patrick Bellasi · 9 years ago
  64. e098212 libs/utils/trace: add parsing of sched_wakeup{_new} events by Patrick Bellasi · 9 years ago
  65. d97cb60 libs/utils/filters: add big frequent tasks plot by Patrick Bellasi · 9 years ago
  66. 5156c59 libs/utils/filter: add first example by Patrick Bellasi · 9 years ago
  67. f9e489b test/eas/test_env: cosmetics by Patrick Bellasi · 9 years ago
  68. a472fab tools/plots: add support for plotting specified folder using new Trace parser by Patrick Bellasi · 9 years ago
  69. 8e6284e libs/utils/trace_analysis: refactor trace analysis to split trace parsing by Patrick Bellasi · 9 years ago
  70. 1759bb8 Use init_env script to setup PYTHONPATH by Patrick Bellasi · 9 years ago
  71. 32da4cc test/eas/test_env: initial support for DAQ instrument by Patrick Bellasi · 9 years ago
  72. 8172e99 tests/eas/test_env: rename eprobe_readings to be more generic by Patrick Bellasi · 9 years ago
  73. 2552a1a tests/eas/test_env: refactor energy methods to support multiple instruments by Patrick Bellasi · 9 years ago
  74. 5b07087 tests/eas/test_env: rename energy_probe to a more generic energy_meter by Patrick Bellasi · 9 years ago
  75. 64bbfbc tests/eas/rfc: rename "test_" prefix which is reserved for nosetests by Patrick Bellasi · 9 years ago
  76. 29faae4 tests/eas/test_env: cleanup some checks for dictionary entries by Patrick Bellasi · 9 years ago
  77. 9d6af1d libs/utils/trace_analysis: fix nrg_model lookups by Patrick Bellasi · 9 years ago
  78. 9b9d5d4 tests/eas/rfc: cleanup some checks for dictionary entries by Patrick Bellasi · 9 years ago
  79. f222c82 tests/eas/rfc: safely return when some configuration options are not provided by Patrick Bellasi · 9 years ago
  80. 43dc97e tests/eas/test_env: temporary workaround to run on OAK by Patrick Bellasi · 9 years ago
  81. 64f524d tools/plots: add initial version of a script to generate plots from results by Patrick Bellasi · 9 years ago
  82. 833b231 libs/utils/trace_analysis: add trace analysis plots by Patrick Bellasi · 9 years ago
  83. 7546ac0 tests/eas/rfc.conf: add all the FTrace events required for data analysis by Patrick Bellasi · 9 years ago
  84. 87f4821 target.config: add TC2/Juno energy model data by Patrick Bellasi · 9 years ago
  85. 583c618 libs/utils/perf_analysis: add RTApp performance analysis plots by Patrick Bellasi · 9 years ago
  86. 3f2a714 Beautify some log statements by Patrick Bellasi · 9 years ago
  87. 019e6ed tests/eas/test_env: dump platform descriptor in test_dir by Patrick Bellasi · 9 years ago
  88. 5ca008e tests/eas/rfc: keep track of test directory's path in the test env by Patrick Bellasi · 9 years ago
  89. 26d4460 tests/eas/rfc: factorize test configuration into a dedicated method by Patrick Bellasi · 9 years ago
  90. 2bc027e libs/utils/results: RTApp, report per run performance in a JSON file by Patrick Bellasi · 9 years ago
  91. 3528cba libs/utils/results: RTApp, report per task performance in a JSON file by Patrick Bellasi · 9 years ago
  92. b06dd26 libs/utils/results: rename perf_idx to better match RTApp tasks by Patrick Bellasi · 9 years ago
  93. 5379d2a libs/utils/results: fix Max slack computation by Juri Lelli · 9 years ago
  94. 06f1a2b tests/eas/rfc.py: expose governor parameters to configuration file by Patrick Bellasi · 9 years ago
  95. e16a4bb tests/eas/test_env: add feature to allows to disable kernel deployment by Patrick Bellasi · 9 years ago
  96. e08ced3 tests/eas/test_env: make IP lookup more robust if nmap is available by Patrick Bellasi · 9 years ago
  97. f857265 tests/eas/rfc.py: setup sched_features by Juri Lelli · 9 years ago
  98. a4a973c tests/eas/rfc.config: RFCv5 testcases for my JUNO R0 board by Dietmar Eggemann · 9 years ago
  99. 43d4016 tests/eas/test_env.py: Fix typo in install_kernel by Dietmar Eggemann · 9 years ago
  100. 7e425b2 libs/utils/report.py: Change log level from DEBUG to INFO by Dietmar Eggemann · 9 years ago