Merge "Updating Attributes on task_profiles.json" am: 91bc6d30dd am: ab4683b3d2
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2365175 Change-Id: I6c40c8071b7a5346f7f52aa4224a76b2651be4c0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
479f4986f9
1 changed files with 6 additions and 3 deletions
|
|
@ -80,17 +80,20 @@
|
|||
{
|
||||
"Name": "BfqWeight",
|
||||
"Controller": "io",
|
||||
"File": "io.bfq.weight"
|
||||
"File": "blkio.bfq.weight",
|
||||
"FileV2": "io.bfq.weight"
|
||||
},
|
||||
{
|
||||
"Name": "CfqGroupIdle",
|
||||
"Controller": "io",
|
||||
"File": "io.group_idle"
|
||||
"File": "blkio.group_idle",
|
||||
"FileV2": "io.group_idle"
|
||||
},
|
||||
{
|
||||
"Name": "CfqWeight",
|
||||
"Controller": "io",
|
||||
"File": "io.weight"
|
||||
"File": "blkio.weight",
|
||||
"FileV2": "io.weight"
|
||||
}
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue