aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/uid_sys_stats.c
Commit message (Expand)AuthorAgeFilesLines
* ANDROID: uid_sys_stats: fix the commentArtem Borisov2018-01-201-1/+1
* ANDROID: uid_sys_stats: Fix implicit declaration of get_cmdline()Amit Pundir2017-09-161-0/+1
* uid_sys_stats: log task io with a debug flagYang Jin2017-09-161-60/+260
* uid_sys_stats: fix overflow when io usage delta is negativeJin Qian2017-08-121-5/+21
* ANDROID: uid_sys_stats: defer io stats calulation for dead tasksJin Qian2017-05-241-65/+42
* ANDROID: uid_sys_stats: fix access of task_uid(task)Ganesh Mahendran2017-05-241-4/+5
* ANDROID: uid_sys_stats: reduce update_io_stats overheadJin Qian2017-05-241-10/+51
* ANDROID: uid_sys_stats: fix typo in initJin Qian2017-05-231-1/+1
* ANDROID: uid_sys_stats: change to use rt_mutexWei Wang2017-05-231-15/+16
* ANDROID: uid_sys_stats: account for fsync syscallsJin Qian2017-05-231-2/+9
* ANDROID: uid_sys_stats: fix negative write bytes.Jin Qian2017-05-231-4/+10
* ANDROID: uid_sys_stats: remove unnecessary code in procstat switchJin Qian2017-05-231-14/+1
* ANDROID: uid_sys_stats: return full size when state is not changed.Jin Qian2017-05-231-1/+1
* ANDROID: uid_sys_stats: allow writing same stateJin Qian2017-05-231-1/+6
* ANDROID: uid_sys_stats: rename uid_cputime.c to uid_sys_stats.cJin Qian2017-05-231-0/+489