From 20b2f1e0abfabf6b19a9c011b7f99fd7de4e8b91 Mon Sep 17 00:00:00 2001 From: Quentin Perret Date: Tue, 4 Feb 2020 13:10:31 +0000 Subject: [PATCH] task_profiles.json: Fix uclamp attribute task_profiles.json currently uses attributes of a defunct version of uclamp, which was used for testing. Let's use the attributes that actually got merged upstream instead. Bug: 143710295 Change-Id: Ic6a14f52e14efeefc91f6e6bf580c15e2eded82e Signed-off-by: Quentin Perret --- libprocessgroup/profiles/task_profiles.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libprocessgroup/profiles/task_profiles.json b/libprocessgroup/profiles/task_profiles.json index 3f3dbd72d..3f085357e 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" } ],