commit | bffaf26788d4281573bf691e7ff2d212094eebf1 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Feb 04 17:50:11 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 04 17:50:11 2020 +0000 |
tree | 56c0643e6288e28cfc9899c1e213bc97624bd4a1 | |
parent | f39bfd1d47eef730124f5df72488ffe4dc458af6 [diff] | |
parent | fe7189c15b7fbdb7e13ce89ef82796c981c1af31 [diff] |
Merge "task_profiles.json: Fix uclamp attribute"
diff --git a/libprocessgroup/profiles/task_profiles.json b/libprocessgroup/profiles/task_profiles.json index 3f3dbd7..3f08535 100644 --- a/libprocessgroup/profiles/task_profiles.json +++ b/libprocessgroup/profiles/task_profiles.json
@@ -43,12 +43,12 @@ { "Name": "UClampMin", "Controller": "cpu", - "File": "cpu.util.min" + "File": "cpu.uclamp.min" }, { "Name": "UClampMax", "Controller": "cpu", - "File": "cpu.util.max" + "File": "cpu.uclamp.max" } ],