Modify configurations 36/270636/8
authorUnsung Lee <unsung.lee@samsung.com>
Fri, 4 Feb 2022 09:22:04 +0000 (18:22 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Thu, 10 Feb 2022 04:39:37 +0000 (13:39 +0900)
commit66dd7d5b474c7745a6a47bae87314468d85ddca0
treefe76009f938c54795d7a7532f6882c49584486b2
parent01771eef2bff24f180f1d439f65dd1dd94c64811
Modify configurations

delete old style configuration files and create new configuration files

Change-Id: I11e0cf2d9856f41aea81675b880271d4abd16143
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
36 files changed:
CMakeLists.txt
conf/README [new file with mode: 0644]
conf/block.conf [deleted file]
conf/cpu-sched.conf [deleted file]
conf/cpu.conf [deleted file]
conf/dedup.conf [deleted file]
conf/limiter-profile-iot-headless.conf [new file with mode: 0644]
conf/limiter-profile-tv.conf [new file with mode: 0644]
conf/limiter.conf [new file with mode: 0644]
conf/memory-profile-iot-headless.conf [deleted file]
conf/memory-profile-tv.conf [deleted file]
conf/memory.conf [deleted file]
conf/monitor.conf [moved from conf/heart.conf with 91% similarity]
conf/optimizer.conf [new file with mode: 0644]
conf/process.conf
conf/swap.conf [deleted file]
packaging/resourced.spec
src/CMakeLists.txt
src/common/cgroup/cgroup.h
src/common/cgroup/memory-cgroup.c
src/common/config-parser.c
src/common/dedup-common.h
src/common/swap-common.h
src/process/block/block.c
src/process/priority/proc-priority.c
src/process/vip/vip-process.c
src/resource-limiter/cpu/cpu-sched.c
src/resource-limiter/cpu/cpu.c
src/resource-limiter/memory/lowmem-limit.c
src/resource-limiter/memory/vmpressure-lowmem-handler.c
src/resource-monitor/battery/heart-battery.c
src/resource-monitor/heart.c
src/resource-monitor/heart.h
src/resource-optimizer/memory/compaction/compaction.c [moved from src/resource-limiter/memory/compaction.c with 97% similarity]
src/resource-optimizer/memory/dedup/dedup.c
src/resource-optimizer/memory/swap/zramswap.c