Merge "Updating Attributes on task_profiles.json"

This commit is contained in:
Bart Van Assche 2022-12-26 01:31:14 +00:00 committed by Gerrit Code Review
commit 91bc6d30dd

View file

@ -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"
}
],