sched: ems: add wakeup balance
authorPark Bumgyu <bumgyu.park@samsung.com>
Fri, 23 Mar 2018 02:13:19 +0000 (11:13 +0900)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:33:25 +0000 (17:33 +0900)
commit66eebe39591b05d76beaa71891fc642fccc1674e
tree7394a1f7c4897e81e1ad6a5e7f877473b7726281
parent196711ecb908db3d51ef5f6cfbfeb0b397f6598c
sched: ems: add wakeup balance

Wakeup balance is a scheme that determines which cpu to assign waking
up task or new task to. In fact, it corresponds to the main stream of
EMS. The current patch is skeleton code, and each function will be
reflected.

Change-Id: Ib176e03c94af2d45476bb8b9747b53167e8ff2a9
Signed-off-by: Park Bumgyu <bumgyu.park@samsung.com>
include/trace/events/ems.h
kernel/sched/ems/Makefile
kernel/sched/ems/core.c [new file with mode: 0644]
kernel/sched/ems/ehmp.c
kernel/sched/ems/ems.h
kernel/sched/ems/global_boost.c [new file with mode: 0644]
kernel/sched/ems/st_addon.c [new file with mode: 0644]
kernel/sched/fair.c