conf: Add governor (post) configurations 50/299050/1 accepted/tizen/8.0/unified/20231005.093836 accepted/tizen/unified/20230920.072014 tizen_8.0_m2_release
authorUnsung Lee <unsung.lee@samsung.com>
Thu, 7 Sep 2023 03:05:33 +0000 (12:05 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Thu, 14 Sep 2023 02:35:31 +0000 (11:35 +0900)
commita6e279e81641bce48eab8f2f5089792a0cdb8395
treeb5489e5c0c1e1e0c4a81267f7977efe1d9b70778
parentf6adf72b37a50c44bc11e60bff36cee84ebbab9b
conf: Add governor (post) configurations

Add memory (LMK) and cpu (boosting stall) governor configurations to
turn on/off options.

Two new section is added like below:
  - MemoryLMKGovernor in limiter.conf
    : LMK post governor related section
  - CpuBoostingStallGovernor in optimizer.conf
    : Cpu boosting stall governor related section

MemoryLMKGovernor includes configurations
  - ForegroundAppListPostGovernor: LMK post governor for foreground app list
  - WorkingSetSizePostGovernor: LMK post governor for working set size

CpuBoostingStallGovernor includes a configuration
  - CpuBoostingStallGovernor: Cpu boosting governor for stall handler

Change-Id: I901915bc6d80b66256466a54d56e9216d80f5737
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
conf/README
conf/limiter.conf
conf/optimizer.conf
src/common/conf/config-parser.c
src/common/conf/config-parser.h