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