aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/Makefile
diff options
context:
space:
mode:
authorjinqian <jinqian@google.com>2015-03-11 10:44:50 -0700
committerrogersb11 <brettrogers11@gmail.com>2015-12-02 12:25:08 -0500
commitf5ceef891ba22738dcb22ef2d2bed2b62b5e6858 (patch)
tree30f045c74d94d78e23041df61b7d49efdcc99cdc /drivers/misc/Makefile
parentfa7b4d4938aa43fa7cbf8a75af5d0b9213b62c7d (diff)
downloadkernel_samsung_smdk4412-f5ceef891ba22738dcb22ef2d2bed2b62b5e6858.zip
kernel_samsung_smdk4412-f5ceef891ba22738dcb22ef2d2bed2b62b5e6858.tar.gz
kernel_samsung_smdk4412-f5ceef891ba22738dcb22ef2d2bed2b62b5e6858.tar.bz2
proc: uid: Adds accounting for the cputimes per uid.
Adds proc files /proc/uid_cputime/show_uid_stat and /proc/uid_cputime/remove_uid_range. show_uid_stat lists the total utime and stime for the active as well as terminated processes for each of the uids. Writing a range of uids to remove_uid_range will delete the accounting for all the uids within that range. Change-Id: I21d9210379da730b33ddc1a0ea663c8c9d2ac15b
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r--drivers/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index 881a9af..44e4884 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -90,3 +90,4 @@ obj-$(CONFIG_MACH_M0_CTC) += cw_tty.o
# Secure OS Mobicore Interface
CFLAGS_tzic.o :=$(call as-instr,.arch_extension sec,-DREQUIRES_SEC=1)
obj-$(CONFIG_MOBICORE_SUPPORT) += tzic.o
+obj-$(CONFIG_UID_CPUTIME) += uid_cputime.o