To support setting multiple profiles with one call. The json format
is as below example.
"AggregateProfiles": [
...
{
"Name": "SCHED_SP_BACKGROUND",
"Profiles": [ "HighEnergySaving", "LowIoPriority", "TimerSlackHigh" ]
},
...
}
Bug: 139521784
Test: SetProfile works as expected
Change-Id: Ibe14ed57d5169cafcbcbbdb054df3ed171a2f6a2
|
||
|---|---|---|
| .. | ||
| Android.bp | ||
| Android.mk | ||
| cgroups.json | ||
| cgroups.proto | ||
| cgroups.recovery.json | ||
| cgroups_test.h | ||
| task_profiles.json | ||
| task_profiles.proto | ||
| task_profiles_test.h | ||
| test.cpp | ||
| TEST_MAPPING | ||
| test_vendor.cpp | ||
| vts_processgroup_validate_test.xml | ||