Revert "Updating Attributes on task_profiles.json"

This reverts commit 92153fb955.

Bug: 261857030
Ignore-AOSP-First: this change is for the U branch only.
Change-Id: I99417707f0d0b8c7dca3927b6ce9d52436621f4e
Signed-off-by: Bart Van Assche <bvanassche@google.com>
This commit is contained in:
Bart Van Assche 2023-05-12 16:29:39 -07:00
parent 878406e7f1
commit f4a3d72ee8

View file

@ -80,20 +80,17 @@
{ {
"Name": "BfqWeight", "Name": "BfqWeight",
"Controller": "io", "Controller": "io",
"File": "blkio.bfq.weight", "File": "io.bfq.weight"
"FileV2": "io.bfq.weight"
}, },
{ {
"Name": "CfqGroupIdle", "Name": "CfqGroupIdle",
"Controller": "io", "Controller": "io",
"File": "blkio.group_idle", "File": "io.group_idle"
"FileV2": "io.group_idle"
}, },
{ {
"Name": "CfqWeight", "Name": "CfqWeight",
"Controller": "io", "Controller": "io",
"File": "blkio.weight", "File": "io.weight"
"FileV2": "io.weight"
} }
], ],