From f590674f1e8958924463fd3ba598503ab5b31cc7 Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Sun, 7 Apr 2019 23:39:12 -0700 Subject: [PATCH] uid_sys_stats: Remove dependency on the profiling subsystem Now that we have a simple task exit notifier system to notify uid_sys_stats when tasks exit independently of the profiling subsystem, remove this unnecessary dependency. Test: /proc/uid_cputime shows valid stats with profiling disabled Signed-off-by: Danny Lin --- drivers/misc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 0fcb9c8e2..97c6bd90f 100755 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -450,7 +450,7 @@ config MISC_RTSX config UID_SYS_STATS bool "Per-UID statistics" - depends on PROFILING && TASK_XACCT && TASK_IO_ACCOUNTING + depends on TASK_XACCT && TASK_IO_ACCOUNTING help Per UID based cpu time statistics exported to /proc/uid_cputime Per UID based io statistics exported to /proc/uid_io