sched: ems: support PCF(Performance CPU Finder)
authorPark Bumgyu <bumgyu.park@samsung.com>
Fri, 23 Mar 2018 05:08:55 +0000 (14:08 +0900)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:35:28 +0000 (17:35 +0900)
commitafbc62de6e74e748f0774e5579e9750f6ea37bac
tree792b237a386621432aec3bfbccd6cc62a351eaac
parent6d1d59cadf913af0e215f6b7f8d2206ccf8cb2fc
sched: ems: support PCF(Performance CPU Finder)

PCF(Performance CPU Finder) provides the ability to find the highest
performance cpu at any given moment. Currently, it is composed of a
selection algorithm based on distributed processing.

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