From 3c5725a6d8b986881117f9e40b672fe0ee5ddb8b 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 Change-Id: I80fdd7301d23243ac8e4b2e633cc1e16283227ea --- task_profiles.json | 80 ---------------------------------------------- 1 file changed, 80 deletions(-) diff --git a/task_profiles.json b/task_profiles.json index b6f54c9d..5555d77d 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": "dex2oat" - } - }, { "Name": "WriteFile", "Params": @@ -152,14 +120,6 @@ { "Name": "HighEnergySaving", "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "cpu", - "Path": "background" - } - }, { "Name": "WriteFile", "Params": @@ -174,14 +134,6 @@ { "Name": "NormalPerformance", "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "cpu", - "Path": "system" - } - }, { "Name": "WriteFile", "Params": @@ -196,14 +148,6 @@ { "Name": "HighPerformance", "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "cpu", - "Path": "system" - } - }, { "Name": "WriteFile", "Params": @@ -218,14 +162,6 @@ { "Name": "RealtimePerformance", "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "cpu", - "Path": "system" - } - }, { "Name": "WriteFile", "Params": @@ -240,14 +176,6 @@ { "Name": "NNApiHALPerformance", "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "cpu", - "Path": "system" - } - }, { "Name": "WriteFile", "Params": @@ -262,14 +190,6 @@ { "Name": "ServicePerformance", "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "cpu", - "Path": "system-background" - } - }, { "Name": "WriteFile", "Params":