Support per app(service) management 06/272206/6
authorUnsung Lee <unsung.lee@samsung.com>
Fri, 11 Mar 2022 03:08:31 +0000 (12:08 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Fri, 11 Mar 2022 07:32:25 +0000 (16:32 +0900)
commita3344a97ce6fcc34fca7f7b927fbeb09a67f882d
tree9c6c16427d28e6988cf54a98e259fc411aee75b3
parent574bf1bdfab310a8d84c57baf0f18a929eb30edc
Support per app(service) management

Delete old style configuration &
Support per app(service) management

Change-Id: Iabfd9e3e7146f1ace575bf8ee0fd3c65e164961f
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
39 files changed:
conf/limiter.conf
include/resourced.h
src/CMakeLists.txt
src/common/cgroup/cgroup.c
src/common/cgroup/cgroup.h
src/common/cgroup/cpu-cgroup.c [new file with mode: 0644]
src/common/cgroup/cpu-cgroup.h
src/common/cgroup/memory-cgroup.c
src/common/cgroup/memory-cgroup.h
src/common/cgroup/watchdog-cgroup.h
src/common/config-parser.c
src/common/config-parser.h
src/common/notifier.c
src/common/notifier.h
src/common/proc-common.h
src/common/procfs.c
src/common/swap-common.h
src/common/util.h
src/process/priority/proc-priority.c
src/process/proc-main.c
src/process/proc-main.h
src/process/proc-monitor.c
src/process/watchdog/proc-watchdog.c
src/resource-limiter/cpu/cpu.c
src/resource-limiter/memory/lowmem-dbus.c
src/resource-limiter/memory/lowmem-handler.h
src/resource-limiter/memory/lowmem-limit.c
src/resource-limiter/memory/lowmem-system.c
src/resource-limiter/memory/vmpressure-lowmem-handler.c
src/resource-optimizer/memory/swap/swap.c
src/resourced/init.c
src/resourced/init.h
src/resourced/main.c
tests/CMakeLists.txt
tests/cmocka-core.c
tests/lowmem-dbus-env.cpp
tests/lowmem-dbus-env.hpp
tests/lowmem-dbus-mock.cpp
tests/lowmem-dbus-test.cpp