Re: [PATCH] Add /proc/pid/smaps_rollup

2017-08-08 Thread Greg KH
On Tue, Aug 08, 2017 at 11:51:40AM -0700, Daniel Colascione wrote: > On Tue, Aug 08 2017, Greg KH wrote: > > On Tue, Aug 08, 2017 at 11:22:55AM -0700, Daniel Colascione wrote: > >> Adding more people. > >> > >> On Tue, Aug 08 2017, Daniel Colascione wrote: > >> > /proc/pid/smaps_rollup is a new

Re: [PATCH] Add /proc/pid/smaps_rollup

2017-08-08 Thread Greg KH
On Tue, Aug 08, 2017 at 11:51:40AM -0700, Daniel Colascione wrote: > On Tue, Aug 08 2017, Greg KH wrote: > > On Tue, Aug 08, 2017 at 11:22:55AM -0700, Daniel Colascione wrote: > >> Adding more people. > >> > >> On Tue, Aug 08 2017, Daniel Colascione wrote: > >> > /proc/pid/smaps_rollup is a new

Re: [PATCH] Add /proc/pid/smaps_rollup

2017-08-08 Thread Daniel Colascione
On Tue, Aug 08 2017, Greg KH wrote: > On Tue, Aug 08, 2017 at 11:22:55AM -0700, Daniel Colascione wrote: >> Adding more people. >> >> On Tue, Aug 08 2017, Daniel Colascione wrote: >> > /proc/pid/smaps_rollup is a new proc file that improves the >> > performance of user programs that determine

Re: [PATCH] Add /proc/pid/smaps_rollup

2017-08-08 Thread Daniel Colascione
On Tue, Aug 08 2017, Greg KH wrote: > On Tue, Aug 08, 2017 at 11:22:55AM -0700, Daniel Colascione wrote: >> Adding more people. >> >> On Tue, Aug 08 2017, Daniel Colascione wrote: >> > /proc/pid/smaps_rollup is a new proc file that improves the >> > performance of user programs that determine

Re: [PATCH] Add /proc/pid/smaps_rollup

2017-08-08 Thread Greg KH
On Tue, Aug 08, 2017 at 11:22:55AM -0700, Daniel Colascione wrote: > Adding more people. > > On Tue, Aug 08 2017, Daniel Colascione wrote: > > /proc/pid/smaps_rollup is a new proc file that improves the > > performance of user programs that determine aggregate memory > > statistics (e.g., total

Re: [PATCH] Add /proc/pid/smaps_rollup

2017-08-08 Thread Greg KH
On Tue, Aug 08, 2017 at 11:22:55AM -0700, Daniel Colascione wrote: > Adding more people. > > On Tue, Aug 08 2017, Daniel Colascione wrote: > > /proc/pid/smaps_rollup is a new proc file that improves the > > performance of user programs that determine aggregate memory > > statistics (e.g., total

Re: [PATCH] Add /proc/pid/smaps_rollup

2017-08-08 Thread Daniel Colascione
Adding more people. On Tue, Aug 08 2017, Daniel Colascione wrote: > /proc/pid/smaps_rollup is a new proc file that improves the > performance of user programs that determine aggregate memory > statistics (e.g., total PSS) of a process. > > Anroid regularly "samples" the memory usage of various

Re: [PATCH] Add /proc/pid/smaps_rollup

2017-08-08 Thread Daniel Colascione
Adding more people. On Tue, Aug 08 2017, Daniel Colascione wrote: > /proc/pid/smaps_rollup is a new proc file that improves the > performance of user programs that determine aggregate memory > statistics (e.g., total PSS) of a process. > > Anroid regularly "samples" the memory usage of various

[PATCH] Add /proc/pid/smaps_rollup

2017-08-08 Thread Daniel Colascione
/proc/pid/smaps_rollup is a new proc file that improves the performance of user programs that determine aggregate memory statistics (e.g., total PSS) of a process. Anroid regularly "samples" the memory usage of various processes in order to blance its memory pool sizes. This sampling process

[PATCH] Add /proc/pid/smaps_rollup

2017-08-08 Thread Daniel Colascione
/proc/pid/smaps_rollup is a new proc file that improves the performance of user programs that determine aggregate memory statistics (e.g., total PSS) of a process. Anroid regularly "samples" the memory usage of various processes in order to blance its memory pool sizes. This sampling process