From 5ebc40697f27dbabb45664041fc53d90c89051a2 Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Mon, 31 Jan 2022 11:37:20 -0800 Subject: [PATCH] Remove cpu controller usage in P21 To avoid lock contention, removing cpu controller usage completely for p21. Bug: 208895940 Test: Build Signed-off-by: Wei Wang Merged-In: I80fdd7301d23243ac8e4b2e633cc1e16283227ea Change-Id: I80fdd7301d23243ac8e4b2e633cc1e16283227ea --- task_profiles.json | 80 ---------------------------------------------- 1 file changed, 80 deletions(-) diff --git a/task_profiles.json b/task_profiles.json index fca5a076..773f986f 100644 --- a/task_profiles.json +++ b/task_profiles.json @@ -3,14 +3,6 @@ { "Name": "MaxPerformance", "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "cpu", - "Path": "system" - } - }, { "Name": "WriteFile", "Params": @@ -25,14 +17,6 @@ { "Name": "CameraServicePerformance", "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "cpu", - "Path": "system" - } - }, { "Name": "WriteFile", "Params": @@ -47,14 +31,6 @@ { "Name": "CameraServicePower", "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "cpu", - "Path": "system" - } - }, { "Name": "WriteFile", "Params": @@ -69,14 +45,6 @@ { "Name": "Dex2oatPerformance", "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "cpu", - "Path": "system" - } - }, { "Name": "WriteFile", "Params": @@ -130,14 +98,6 @@ { "Name": "HighEnergySaving", "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "cpu", - "Path": "system" - } - }, { "Name": "WriteFile", "Params": @@ -152,14 +112,6 @@ { "Name": "NormalPerformance", "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "cpu", - "Path": "system" - } - }, { "Name": "WriteFile", "Params": @@ -174,14 +126,6 @@ { "Name": "HighPerformance", "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "cpu", - "Path": "system" - } - }, { "Name": "WriteFile", "Params": @@ -196,14 +140,6 @@ { "Name": "RealtimePerformance", "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "cpu", - "Path": "system" - } - }, { "Name": "WriteFile", "Params": @@ -218,14 +154,6 @@ { "Name": "NNApiHALPerformance", "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "cpu", - "Path": "system" - } - }, { "Name": "WriteFile", "Params": @@ -240,14 +168,6 @@ { "Name": "ServicePerformance", "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "cpu", - "Path": "system" - } - }, { "Name": "WriteFile", "Params":