Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
uid_sys_stats: Remove dependency on the profiling subsystem
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Salllz <[email protected]>
Signed-off-by: negrroo <[email protected]>
  • Loading branch information
kdrag0n authored and reocat committed Jan 24, 2024
1 parent 45fc8ae commit 571c266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 571c266

Please sign in to comment.