Re: [PATCH 2/4] maps: address based vma walking

2007-08-16 Thread Fengguang Wu
On Thu, Aug 16, 2007 at 09:16:17PM -0500, Matt Mackall wrote: > On Fri, Aug 17, 2007 at 06:05:18AM +0800, Fengguang Wu wrote: > > Split large vmas into page groups of proc_maps_private.batch_size bytes, and > > iterate them one by one for seqfile->show. This allows us to export large > > scale > >

Re: [PATCH 2/4] maps: address based vma walking

2007-08-16 Thread Matt Mackall
On Fri, Aug 17, 2007 at 06:05:18AM +0800, Fengguang Wu wrote: > Split large vmas into page groups of proc_maps_private.batch_size bytes, and > iterate them one by one for seqfile->show. This allows us to export large > scale > process address space information via the seqfile interface. The old be