pass: rescon: Separate pass-rescon module from pass-gov module 21/139921/1 accepted/tizen/4.0/unified/20170816.011839 accepted/tizen/4.0/unified/20170816.014952 accepted/tizen/unified/20170804.025536 submit/tizen/20170802.103729 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 14 Jul 2017 01:37:18 +0000 (10:37 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 21 Jul 2017 05:17:40 +0000 (14:17 +0900)
commit5125dc4361d5f5fabb6f947d594fde89f217aa04
tree80fd977f2daacdd8bc538ca47423b04a915c87e6
parente73c9d64812f5362eba828373c40ad46bbccbc00
pass: rescon: Separate pass-rescon module from pass-gov module

The existing pass-gov module has the three features as following:
- Resource Controller to change the current/min/max 'PASS Level' -> rescon.
- Resource Monitor to collect the current system status -> resmon.
- Runtime governor for CPU hotplug policy.

In order to make the pass-rescon as the separate module,
this patch creates the pass-rescon.c module from pass-gov module separately.

Change-Id: I2f4e96fa47e95b0f503638cf4c944699fbea44c5
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt
src/pass/pass-gov.c
src/pass/pass-gov.h
src/pass/pass-pmqos.c
src/pass/pass-rescon.c [new file with mode: 0644]
src/pass/pass-rescon.h [new file with mode: 0644]