aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/Makefile
diff options
context:
space:
mode:
authorjinqian <jinqian@google.com>2015-03-11 10:44:50 -0700
committerMoyster <oysterized@gmail.com>2016-09-10 16:03:49 +0200
commit3bbebc1262c6b676bd2d904e983b22cdf08f95b6 (patch)
tree11031a7ca92ded4933f4e683e4acacbcb7a9d6eb /drivers/misc/Makefile
parent85e49688cea99911648e6cd7450c820bbbe97633 (diff)
downloadandroid_kernel_m2note-3bbebc1262c6b676bd2d904e983b22cdf08f95b6.tar.gz
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 548e3d7cc..a74ed084b 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -61,3 +61,4 @@ obj-$(CONFIG_LATTICE_ECP3_CONFIG) += lattice-ecp3-config.o
obj-$(CONFIG_SRAM) += sram.o
obj-$(CONFIG_MEDIATEK_SOLUTION) += mediatek/
obj-$(CONFIG_LTR559) += ltr559.o
+obj-$(CONFIG_UID_CPUTIME) += uid_cputime.o