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

Commit 065c48fa authored by Neeraj Upadhyay's avatar Neeraj Upadhyay
Browse files

defconfig: msm: enable uid_cputime feature for msm configs



Enable UID_CPUTIME for cputime per uid accounting in msm8909w,
msm-auto, msm defconfigs. This provides the time a processes
with a particular uid spend executing in user-space and
kernel-space, along with power information.

Change-Id: I5330e611d4ec80be8f920c7eb485371c56e4b10c
Signed-off-by: default avatarNeeraj Upadhyay <neeraju@codeaurora.org>
parent cfd42c3b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -209,6 +209,7 @@ CONFIG_ZRAM=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_RAM=y
CONFIG_QSEECOM=y
CONFIG_UID_CPUTIME=y
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_SG=y
+1 −0
Original line number Diff line number Diff line
@@ -211,6 +211,7 @@ CONFIG_ZRAM=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_RAM=y
CONFIG_QSEECOM=y
CONFIG_UID_CPUTIME=y
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_SG=y
+1 −0
Original line number Diff line number Diff line
@@ -234,6 +234,7 @@ CONFIG_BLK_DEV_RAM_SIZE=8192
CONFIG_UID_STAT=y
CONFIG_QSEECOM=y
CONFIG_HDCP_QSEECOM=y
CONFIG_UID_CPUTIME=y
CONFIG_TI_DRV2667=y
CONFIG_EEPROM_AT24=y
CONFIG_SCSI=y
+1 −0
Original line number Diff line number Diff line
@@ -235,6 +235,7 @@ CONFIG_BLK_DEV_RAM_SIZE=8192
CONFIG_UID_STAT=y
CONFIG_QSEECOM=y
CONFIG_HDCP_QSEECOM=y
CONFIG_UID_CPUTIME=y
CONFIG_TI_DRV2667=y
CONFIG_EEPROM_AT24=y
CONFIG_SCSI=y
+1 −0
Original line number Diff line number Diff line
@@ -230,6 +230,7 @@ CONFIG_BLK_DEV_RAM_SIZE=8192
CONFIG_UID_STAT=y
CONFIG_QSEECOM=y
CONFIG_HDCP_QSEECOM=y
CONFIG_UID_CPUTIME=y
CONFIG_TI_DRV2667=y
CONFIG_EEPROM_AT24=y
CONFIG_SCSI=y
Loading