Skip to content

Commit

Permalink
ANDROID: uid_sys_stats: rename uid_cputime.c to uid_sys_stats.c
Browse files Browse the repository at this point in the history
This module tracks cputime and io stats.

Signed-off-by: Jin Qian <jinqian@google.com>
Bug: 34198239
Change-Id: I9ee7d9e915431e0bb714b36b5a2282e1fdcc7342
[smuckle@google.com: resolve trivial Makefile merge conflict]
Signed-off-by: Steve Muckle <smuckle@google.com>
  • Loading branch information
Jin Qian authored and Thierry Strudel committed Jul 1, 2017
1 parent 7d6610a commit 40df6e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/configs/android-base.cfg
Expand Up @@ -158,7 +158,7 @@ CONFIG_STAGING=y
CONFIG_SWP_EMULATION=y
CONFIG_SYNC=y
CONFIG_TUN=y
CONFIG_UID_CPUTIME=y
CONFIG_UID_SYS_STATS=y
CONFIG_UNIX=y
CONFIG_USB_GADGET=y
CONFIG_USB_CONFIGFS=y
Expand Down
6 changes: 4 additions & 2 deletions drivers/misc/Kconfig
Expand Up @@ -549,11 +549,13 @@ config VEXPRESS_SYSCFG
bus. System Configuration interface is one of the possible means
of generating transactions on this bus.

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

config QPNP_MISC
tristate "QPNP Misc Peripheral"
Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/Makefile
Expand Up @@ -62,7 +62,7 @@ endif
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-y += qcom/
obj-$(CONFIG_QPNP_MISC) += qpnp-misc.o
obj-y += mnh/
Expand Down
File renamed without changes.

0 comments on commit 40df6e5

Please sign in to comment.