OSDN Git Service

Add data from /proc/pagetypeinfo to procstats.
authorJoe Onorato <joeo@google.com>
Thu, 19 May 2016 22:46:00 +0000 (15:46 -0700)
committerJoe Onorato <joeo@google.com>
Mon, 23 May 2016 18:33:11 +0000 (11:33 -0700)
commitc23befa183a53af54ea1c4f6c6f0168e38c2636b
tree26ba02c3cd288836622742e37b63aafa084b219e
parent6a983faab35cc4f22611b0cb8041f4dcbac545dc
Add data from /proc/pagetypeinfo to procstats.

This data tells us the number of pages of each type that
are available by page size.  It is collected each time
the procstats snapshot is taken, and printed in the
checkin and verbose (dumpsys procstats -a) modes.

Change-Id: I14562eac15833617391c560638a9e7d239ef8db6
core/java/com/android/internal/app/procstats/ProcessStats.java