commit | 44da3704f7029bf95ed201cf469b9326ade91a7d | [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 | 955601beb42c7c57526e35853d5c8b3a06d13450 [diff] | |
parent | 20b2f1e0abfabf6b19a9c011b7f99fd7de4e8b91 [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" } ],