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

Commit 68c47ec7 authored by Jin Qian's avatar Jin Qian Committed by Amit Pundir
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 3fad3ced
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -506,11 +506,13 @@ config PCI_ENDPOINT_TEST
           Enable this configuration option to enable the host side test driver
           for PCI Endpoint.

config UID_CPUTIME
	bool "Per-UID cpu time statistics"
config UID_SYS_STATS
	bool "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
	  Per UID based procstat control in /proc/uid_procstat

source "drivers/misc/c2port/Kconfig"
source "drivers/misc/eeprom/Kconfig"
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ obj-$(CONFIG_ASPEED_LPC_CTRL) += aspeed-lpc-ctrl.o
obj-$(CONFIG_ASPEED_LPC_SNOOP)	+= aspeed-lpc-snoop.o
obj-$(CONFIG_PCI_ENDPOINT_TEST)	+= pci_endpoint_test.o

obj-$(CONFIG_UID_CPUTIME)	+= uid_cputime.o
obj-$(CONFIG_UID_SYS_STATS)	+= uid_sys_stats.o

lkdtm-$(CONFIG_LKDTM)		+= lkdtm_core.o
lkdtm-$(CONFIG_LKDTM)		+= lkdtm_bugs.o
+0 −0

File moved.