Replace schedtune out-of-tree controller's usage in the performance profiles with utilclamp controller. Stop mounting schedtune controller. Bug: 170507876 Test: cpuctl groups worked Signed-off-by: Suren Baghdasaryan <surenb@google.com> Change-Id: Ib7fa6c902581398587c75414845c2ff6c8bdb005
52 lines
947 B
JSON
52 lines
947 B
JSON
{
|
|
"Cgroups": [
|
|
{
|
|
"Controller": "blkio",
|
|
"Path": "/dev/blkio",
|
|
"Mode": "0755",
|
|
"UID": "system",
|
|
"GID": "system"
|
|
},
|
|
{
|
|
"Controller": "cpu",
|
|
"Path": "/dev/cpuctl",
|
|
"Mode": "0755",
|
|
"UID": "system",
|
|
"GID": "system"
|
|
},
|
|
{
|
|
"Controller": "cpuacct",
|
|
"Path": "/acct",
|
|
"Mode": "0555"
|
|
},
|
|
{
|
|
"Controller": "cpuset",
|
|
"Path": "/dev/cpuset",
|
|
"Mode": "0755",
|
|
"UID": "system",
|
|
"GID": "system"
|
|
},
|
|
{
|
|
"Controller": "memory",
|
|
"Path": "/dev/memcg",
|
|
"Mode": "0700",
|
|
"UID": "root",
|
|
"GID": "system"
|
|
}
|
|
],
|
|
"Cgroups2": {
|
|
"Path": "/sys/fs/cgroup",
|
|
"Mode": "0755",
|
|
"UID": "system",
|
|
"GID": "system",
|
|
"Controllers": [
|
|
{
|
|
"Controller": "freezer",
|
|
"Path": "freezer",
|
|
"Mode": "0755",
|
|
"UID": "system",
|
|
"GID": "system"
|
|
}
|
|
]
|
|
}
|
|
}
|