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