Commit 7c850d7
committed
userspace-resource-manager: Update to 0.2
CHANGES for 0.2:
* Added Classifier support to listen to and respond to incoming process events,
in the 0.1 release classifier was disabled by default as the module was in
active development, this release enables it.
* Added support for custom AppConfigs to support use case specific per-app configurations.
* Extended support for multiple Plugins, to influence config selection
and addition of custom resource Appliers and Teardown Callbacks.
* Enhanced config parser to support common, target specific as well as custom configs.
* Bug fixes for memory leaks and memory increase patterns seen in 0.1
* Renaming and Addition of new Interfaces, URM_REGISTER_POST_PROCESS_CB, GET_TARGET_INFO
which can be used by plugins to register with URM, and fetch target-related information
(like core, cluster mappings, CPU masks etc.) respectively.
* Added test cases for classifier, better support for running tests and generating results.
Signed-off-by: Kartik Nema <kartnema@qti.qualcomm.com>1 parent b062add commit 7c850d7
1 file changed
Lines changed: 6 additions & 4 deletions
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | | - | |
34 | | - | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | | - | |
| 38 | + | |
37 | 39 | | |
0 commit comments