util: kernel: Add check whether taskstats is supported 63/279763/1
authorDongwoo Lee <dwoo08.lee@samsung.com>
Wed, 17 Aug 2022 06:31:53 +0000 (15:31 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Wed, 17 Aug 2022 08:49:31 +0000 (17:49 +0900)
commita7b9c03b96f647e4d3c1939fba9ac0ed78dd93fb
tree0df08a408803940996f213bfe988c09fce540652
parent62cdb7e9f1db48d40361c6f0640ca1ea2df235c6
util: kernel: Add check whether taskstats is supported

Since taskstats has various version by kernel, handling it should be
taken by considering versions. However, some task accounting is not
supported by older kernel, we should check whether it is supported or
not. This adds check procedure into constructor.

Change-Id: Ib18f01b1a3060baaba3212fdc728cd7a7ff77849
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
include/util/kernel.h
src/util/kernel.c