util: kernel: Add check whether taskstats is supported
[platform/core/system/pass.git] / include / util / kernel.h
index 12ae6e9..a1d13d9 100644 (file)
@@ -69,4 +69,5 @@ int kernel_get_thread_group_taskstats(struct taskstats *stats, pid_t tgid, bool
 int
 kernel_get_thread_group_map_info(struct proc_map_info *map_info, pid_t tgid, bool include_gpu_mem);
 bool kernel_check_gpu_support(void);
+bool kernel_check_taskstat_support(void);
 #endif