Re: [PATCH 08/22] 2.6.22-rc3 perfmon2 : session allocation

2007-06-04 Thread David Rientjes
On Tue, 29 May 2007, Stephane Eranian wrote: > --- linux-2.6.22.base/perfmon/perfmon_res.c 1969-12-31 16:00:00.0 > -0800 > +++ linux-2.6.22/perfmon/perfmon_res.c2007-05-29 03:24:14.0 > -0700 > @@ -0,0 +1,344 @@ > +/* > + * perfmon_res.c: perfmon2 resource allocations >

[PATCH 08/22] 2.6.22-rc3 perfmon2 : session allocation

2007-05-29 Thread Stephane Eranian
This file contains some resource accounting functions for: - sampling buffer memory managment - context management pfm_reserve_buf_space(size_t size), pfm_release_buf_space(size_t size): - keep track of memory used for sampling buffers - there is a per process limi