From daa6fa640bc37b107b181044287f2df22bcc7ede Mon Sep 17 00:00:00 2001 From: Rick Yiu Date: Fri, 21 May 2021 22:16:06 +0800 Subject: [PATCH] gs101: Modify system and system-background gropus NormalPerformance is for system, and ServicePerformance is for system-background. Bug: 182509410 Test: build pass Change-Id: Ifeec11de42fa880cd00b34d504bf6d8ff90dd15c --- task_profiles.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/task_profiles.json b/task_profiles.json index e4f9c07e..445ad43b 100644 --- a/task_profiles.json +++ b/task_profiles.json @@ -81,7 +81,7 @@ "Name": "WriteFile", "Params": { - "FilePath": "/sys/kernel/vendor_sched/clear_group", + "FilePath": "/sys/kernel/vendor_sched/set_task_group_sys", "Value": "", "LogFailures": "false" } @@ -155,7 +155,7 @@ ] }, { - "Name": "SystemBGPerformance", + "Name": "ServicePerformance", "Actions": [ { "Name": "JoinCgroup",