Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2d3bd0d authored by Jin Qian's avatar Jin Qian
Browse files

ANDROID: uid_sys_stats: rename uid_cputime.c to uid_sys_stats.c



This module tracks cputime and io stats.

Signed-off-by: default avatarJin Qian <jinqian@google.com>
Bug: 34198239
Change-Id: I9ee7d9e915431e0bb714b36b5a2282e1fdcc7342
parent 944bc0ee
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -519,11 +519,12 @@ config VEXPRESS_SYSCFG
	  bus. System Configuration interface is one of the possible means
	  of generating transactions on this bus.

config UID_CPUTIME
	tristate "Per-UID cpu time statistics"
config UID_SYS_STATS
	tristate "Per-UID statistics"
	depends on PROFILING
	help
	  Per UID based cpu time statistics exported to /proc/uid_cputime
	  Per UID based io statistics exported to /proc/uid_io

config MEMORY_STATE_TIME
	tristate "Memory freq/bandwidth time statistics"
+1 −1
Original line number Diff line number Diff line
@@ -57,5 +57,5 @@ obj-$(CONFIG_GENWQE) += genwqe/
obj-$(CONFIG_ECHO)		+= echo/
obj-$(CONFIG_VEXPRESS_SYSCFG)	+= vexpress-syscfg.o
obj-$(CONFIG_CXL_BASE)		+= cxl/
obj-$(CONFIG_UID_CPUTIME) += uid_cputime.o
obj-$(CONFIG_UID_SYS_STATS) += uid_sys_stats.o
obj-$(CONFIG_MEMORY_STATE_TIME) += memory_state_time.o
+0 −0

File moved.