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 <danny@kdrag0n.dev>
This commit is contained in:
parent
3a03f46735
commit
f590674f1e
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ config MISC_RTSX
|
||||||
|
|
||||||
config UID_SYS_STATS
|
config UID_SYS_STATS
|
||||||
bool "Per-UID statistics"
|
bool "Per-UID statistics"
|
||||||
depends on PROFILING && TASK_XACCT && TASK_IO_ACCOUNTING
|
depends on TASK_XACCT && TASK_IO_ACCOUNTING
|
||||||
help
|
help
|
||||||
Per UID based cpu time statistics exported to /proc/uid_cputime
|
Per UID based cpu time statistics exported to /proc/uid_cputime
|
||||||
Per UID based io statistics exported to /proc/uid_io
|
Per UID based io statistics exported to /proc/uid_io
|
||||||
|
|
Loading…
Reference in a new issue