summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2016-06-23 15:35:07 +0530
committerDmitry Shmidt <dimitrysh@google.com>2016-06-27 10:14:43 -0700
commit7dbe59704ab0dd0a07ae2c2b7b590bb2b8ccd6d9 (patch)
tree8aa122bb44864448758595e3fa1e060456613ce4 /android
parent659740adf180779d0177a086656880bc7a43cfd1 (diff)
ANDROID: base-cfg: enable UID_CPUTIME
Enabled UID_CPUTIME and dependent PROFILING config option. UID_CPUTIME (/proc/uid_cputime) interfaces provide amount of time a UID's processes spent executing in user-space and kernel-space. It is used by batterystats service. Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'android')
-rw-r--r--android/configs/android-base.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/configs/android-base.cfg b/android/configs/android-base.cfg
index bdd99f2becfc..6496bb3961a2 100644
--- a/android/configs/android-base.cfg
+++ b/android/configs/android-base.cfg
@@ -137,6 +137,7 @@ CONFIG_PPP_BSDCOMP=y
CONFIG_PPP_DEFLATE=y
CONFIG_PPP_MPPE=y
CONFIG_PREEMPT=y
+CONFIG_PROFILING=y
CONFIG_QUOTA=y
CONFIG_RTC_CLASS=y
CONFIG_RT_GROUP_SCHED=y
@@ -149,6 +150,7 @@ CONFIG_STAGING=y
CONFIG_SWP_EMULATION=y
CONFIG_SYNC=y
CONFIG_TUN=y
+CONFIG_UID_CPUTIME=y
CONFIG_UNIX=y
CONFIG_USB_GADGET=y
CONFIG_USB_CONFIGFS=y