1. 426a3fd ipynb: sched_dvfs: switch to new LinePlot API and add interactive governor by Patrick Bellasi · 9 years ago
  2. 0b5d2da Add licensing notes for included binary tools by Patrick Bellasi · 9 years ago
  3. d95e98d Add proper copyright headers to all the contributed sources by Patrick Bellasi · 9 years ago
  4. e90760e submodules: update to most recent -next branches by Patrick Bellasi · 9 years ago
  5. 77d0172 conf: by default load only the "bl" module for a target by Patrick Bellasi · 9 years ago
  6. e4b5e9e submodules: update to most recent -next branches by Patrick Bellasi · 9 years ago
  7. 9955ae9 ipynb: trappy: add example of custom events tracing and plotting by Patrick Bellasi · 9 years ago
  8. 40ad466 libs: add support for developer mode environment by Patrick Bellasi · 9 years ago
  9. 4854037 libs/utils/env: add initial support to run on SMP targets by Patrick Bellasi · 9 years ago
  10. 8f6e1dc libs/utils/env: fix connections settings to work with Android and LocalHost by Patrick Bellasi · 9 years ago
  11. bb022a7 libs/utils/filters: fix pandas warnings on deprecated methods usage by Patrick Bellasi · 9 years ago
  12. ee4b9ec libs/utils/filters: switch to usage of v5.1 signals names by Patrick Bellasi · 9 years ago
  13. e24e02a libs/utils/trace: register all and only events specified by the user by Patrick Bellasi · 9 years ago
  14. 9351887 libs/utils/env: fixup x86_64 target initialization by Patrick Bellasi · 9 years ago
  15. fcc8775 libs/utils/energy: fix energy meter initialization by Patrick Bellasi · 9 years ago
  16. 97aa337 libs/utils/env: refactor platform initialization to support SMP systems by Patrick Bellasi · 9 years ago
  17. 9e9c041 libs/utils/env: fix username initialization by Patrick Bellasi · 9 years ago
  18. 997f0ca libs/utils/trace: sanitize SchedLoadAvgCpu columns by Patrick Bellasi · 9 years ago
  19. c5d46e8 libs/utils/trace: rename columns sensitization methods to be more generic by Patrick Bellasi · 9 years ago
  20. 1ca7e87 README: add links to online documentation for external libraries by Patrick Bellasi · 9 years ago
  21. 8e249af README: update installation instruction to make them more generic by Patrick Bellasi · 9 years ago
  22. 820a201 ipynb: fix initialization of PYTHONPATH is init_env has not been sourced by Patrick Bellasi · 9 years ago
  23. 4db1e6c Remove not more required initialization script by Patrick Bellasi · 9 years ago
  24. 759e315 README: add EAS RFC description by Patrick Bellasi · 9 years ago
  25. 7f240c2 tests/eas/rfc: remove not more supported cgroup definition at config time by Patrick Bellasi · 9 years ago
  26. 3f16947 libs: fix typo in trace_analysis import by Patrick Bellasi · 9 years ago
  27. 28f423d libs/utils/perf_analysis: demote some logging to DEBUG level by Patrick Bellasi · 9 years ago
  28. 680ad8b libs/utils/trace: gracefully return when an energy model is not available by Patrick Bellasi · 9 years ago
  29. a4766eb libs/utils/trace_analysis: return average cluster frequencies by Patrick Bellasi · 9 years ago
  30. 6563478 libs/utils/trace_analysis: add title support for cluster frequencies plot by Patrick Bellasi · 9 years ago
  31. a55a11e libs/utils/trace_analysis: rename columns to match new TRAPpy events by Patrick Bellasi · 9 years ago
  32. 17c7721 libs/utils/trace: convert v5.0 signals name to v5.1 by Patrick Bellasi · 9 years ago
  33. fbe8aa3 libs/utils/trace: remove columns renaming by Patrick Bellasi · 9 years ago
  34. a982802 libs/utils/trace: remove dynamic registration of some events by Patrick Bellasi · 9 years ago
  35. dc2e075 README: initial version by Patrick Bellasi · 9 years ago
  36. 0c49bde libs/utils/env: report platform JSON as a platform_dump() output by Patrick Bellasi · 9 years ago
  37. 897008d libs/utils/perf_analysis: make plot title optional by Patrick Bellasi · 9 years ago
  38. 846d46a libs/utils/energy: report clusters energy as a report output by Patrick Bellasi · 9 years ago
  39. 0a7e0fd libs/utils/energy: make energy report filename an optional parameter by Patrick Bellasi · 9 years ago
  40. 1533a8d libs/utils/env: make platform description file an optional parameter by Patrick Bellasi · 9 years ago
  41. 395bc2e ipynb: fix ipython notebook startup script to make it more robust by Patrick Bellasi · 9 years ago
  42. 828cde6 libs: remove all external dependencies by Patrick Bellasi · 9 years ago
  43. 4789e53 libs/utils/env: fixup kernel deployment when DTB is not provided by Patrick Bellasi · 9 years ago
  44. d26c52d ipynb: devlib/examples: update cgroup example to use new loggers by Patrick Bellasi · 9 years ago
  45. 2aaa945 ipynb: sched_dvfs: add smoke tests to compare with other governors by Patrick Bellasi · 9 years ago
  46. df88a07 libs/wlgen/rta: reorder function parameters to mach base class by Patrick Bellasi · 9 years ago
  47. ee2022e libs/wlgen/rta: remove dead code by Patrick Bellasi · 9 years ago
  48. f0f66e4 libs/wlgen/rta: fix scheduler policy default initialisation by Patrick Bellasi · 9 years ago
  49. d23e17e libs/utils/env: fix initialisation of "__features__" settings by Patrick Bellasi · 9 years ago
  50. fbdaae9 libs/utils/env: fix target configuration loading by Patrick Bellasi · 9 years ago
  51. 6a69166 libs/wlgen/rta: fix typos by Patrick Bellasi · 9 years ago
  52. 1e48229 libs/wlgen/rta: reformat to fit 80 columns by Patrick Bellasi · 9 years ago
  53. ad925fe libs/wlgen/rta: fix usage of "dangerous" {} default initializations by Patrick Bellasi · 9 years ago
  54. 37412a6 libs/wlgen/rta: default initialize all class memebers by Patrick Bellasi · 9 years ago
  55. 34e8f34 libs/wlgen/rta: update logging code to remove unnecessary format() calls by Patrick Bellasi · 9 years ago
  56. 1d6e9ed libs/wlgen/rta: add support to specify per task's affinity by Patrick Bellasi · 9 years ago
  57. 88fc0d9 ipynb: add example usage of the TestEnv utility class by Patrick Bellasi · 9 years ago
  58. 608fae5 ipynb: wlgen: move the simple rtapp example into a dedicated folder by Patrick Bellasi · 9 years ago
  59. ffe4c23 ipynb: devlib/examples: add a cgroup module usage example by Patrick Bellasi · 9 years ago
  60. e27c972 libs/utils/env: default initialise '__features__' by Patrick Bellasi · 9 years ago
  61. 0f5083e libs/utils/env: fix 'modules' and 'tools' merging by Patrick Bellasi · 9 years ago
  62. a4f63ca tools/scripts/cgroup: update to support CGroups with multiple controllers by Patrick Bellasi · 9 years ago
  63. 73f2013 libs/wlgen/workload: move CGroup definition into run() method by Patrick Bellasi · 9 years ago
  64. cc8248e libs/wlgen/rta: use max RT prio configured for the target by Patrick Bellasi · 9 years ago
  65. efd98ca libs/wlgen/rta: cosmetics by Patrick Bellasi · 9 years ago
  66. 8e71aa3 libs/wlgen/rta: fix calibration configuration using FIFO:0 by default by Patrick Bellasi · 9 years ago
  67. e967396 libs/wlgen/workload: fix initialisation of scheduler parameters by Patrick Bellasi · 9 years ago
  68. 2d93951 libs/wlgen/rta: fix default folder where workload files are pushed by Patrick Bellasi · 9 years ago
  69. 70e3cee tests/eas/hmp_parity: integrate HMP parity test cases by Kapileshwar Singh · 9 years ago
  70. 57e0795 libs/utils/results: skip platform.json file when parsing run dirs by Patrick Bellasi · 9 years ago
  71. 8d61e21 tests/eas/rfc: switch to usage of new TestEnv provided by libs/utils by Patrick Bellasi · 9 years ago
  72. e8355c2 libs/utils/energy: fix access to target object by Patrick Bellasi · 9 years ago
  73. bdb29c1 tests/eas/rfc: small code cleanup by Patrick Bellasi · 9 years ago
  74. 5bf0240 libs/utils/env: add a method to force an update of the FTrace configuration by Patrick Bellasi · 9 years ago
  75. 265cc6a libs/utils/env: fix checks for rt-app calibration required by Patrick Bellasi · 9 years ago
  76. c680329 libs/utils/env: fixup tools and modules configuration merging by Patrick Bellasi · 9 years ago
  77. 822fffe libs/utils/env: make subsystems initialisation methods all private by Patrick Bellasi · 9 years ago
  78. a06778d libs/utils/env: rename initialization guard and ensure members are not reset by Patrick Bellasi · 9 years ago
  79. 0b89538 libs/utils/env: make features checking a private method by Patrick Bellasi · 9 years ago
  80. 539702b libs/utils/env: remove not more used attributes by Patrick Bellasi · 9 years ago
  81. f7dddce libs/utils/energy: gracefully return with a warning in case HWMON is not loaded by Patrick Bellasi · 9 years ago
  82. c61fadf libs/utils/env: make calibration data a private attribute by Patrick Bellasi · 9 years ago
  83. 9868d64 libs/utils/env: add a force mode for RT-app calibration by Patrick Bellasi · 9 years ago
  84. 1e384c9 conf: move tools and modules into target specific configuration by Patrick Bellasi · 9 years ago
  85. fbfa96d libs/utils/env: add a test environment class by Patrick Bellasi · 9 years ago
  86. eb467df libs/utils/conf: add a simple JSON parser which support comments by Patrick Bellasi · 9 years ago
  87. 16d94fb libs/utils/energy: add energy meter factory class by Patrick Bellasi · 9 years ago
  88. 624a878 libs/wlgen/rta: make scheduling configuration more flexible for tasks by Patrick Bellasi · 9 years ago
  89. e771d78 libs/wlgen/rta: use FIFO class for calibration by Patrick Bellasi · 9 years ago
  90. b366f0c libs/wlgen/rta: if not specified tasks inherits the default_policy by Patrick Bellasi · 9 years ago
  91. 83c9d10 libs/wlgen/rta: add support for default_policy by Patrick Bellasi · 9 years ago
  92. 6eab2aa libs/wlgen/rta: simplify global and task specific configuration by Patrick Bellasi · 9 years ago
  93. d9df39d libs/wlgen/workload: raise an exception when kind is not supported by Patrick Bellasi · 9 years ago
  94. 16605e1 libs/wlgen/rta: remove support for "periodic" workload kind by Patrick Bellasi · 9 years ago
  95. 3c7301e ipynb: add simple scripts to start and stop the IPytnon server by Patrick Bellasi · 9 years ago
  96. 9513c48 ipynb: add a simple example of rt-app execution on Juno by Patrick Bellasi · 9 years ago
  97. 090e867 libs/utils/filters: simplify per-cluster wakeup plots by Patrick Bellasi · 9 years ago
  98. 73dcedd libs/utils/filters: fix plotting of per-cluster wakeups by Patrick Bellasi · 9 years ago
  99. 3189984 libs/utils/filters: add a function to return a dictionary of RT tasks by Patrick Bellasi · 9 years ago
  100. 960f671 libs/utils/filters: add plot for tasks utilization vs cluster frequencies by Patrick Bellasi · 9 years ago