From 571c2660a581261028017ad78333cc3f13a05fb3 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 Signed-off-by: Salllz Signed-off-by: negrroo --- drivers/misc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 52f75b1faec0..d15eee0fa69a 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -551,7 +551,7 @@ config VEXPRESS_SYSCFG 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