cpu-sched: Check name and cpu_info for app with cpu affinity 07/303607/1
authorUnsung Lee <unsung.lee@samsung.com>
Sun, 26 Nov 2023 10:28:53 +0000 (19:28 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Tue, 2 Jan 2024 08:46:42 +0000 (17:46 +0900)
commitff5d2b565f8988ffa5b2d3a811712165e93ad9d7
tree578043880f0974f23c5e885d5d5a6566350c09ee
parent9595d4dc0d0d003ac965b32f8ce4d9ea17def608
cpu-sched: Check name and cpu_info for app with cpu affinity

App with cpu affinity has non Null name and cpu_info, but
app without cpu affinity has Null name and cpu_info. Therefore,
name and cpu_info must be checked to judge whehter cpu affinity is
statically fixed at app.

Change-Id: I53693fe769c6a0ffe033fd49b700e44a6f0d3d92
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
src/resource-optimizer/cpu/cpu-sched.c