Re: [lttng-dev] [RFC PATCH lttng-modules v2 1/2] Create a memory pool for temporary tracepoint probes storage

2018-02-23 Thread Mathieu Desnoyers
both patches merged into master, 2.10, 2.9, thanks Julien! Mathieu - On Feb 23, 2018, at 11:37 AM, Julien Desfossez jdesfos...@efficios.com wrote: > This memory pool is created when the lttng-tracer module is loaded. It > allocates 4 buffers of 4k on each CPU. These buffers are designed to

Re: [lttng-dev] [RFC PATCH lttng-modules v2 1/2] Create a memory pool for temporary tracepoint probes storage

2018-02-23 Thread Mathieu Desnoyers
Both patches look good ! For both: Acked-by: Mathieu Desnoyers I notice the RFC tag. What is missing for merging them as fixes ? Thanks, Mathieu - On Feb 23, 2018, at 11:37 AM, Julien Desfossez jdesfos...@efficios.com wrote: > This memory pool is

[lttng-dev] [RFC PATCH lttng-modules v2 1/2] Create a memory pool for temporary tracepoint probes storage

2018-02-23 Thread Julien Desfossez
This memory pool is created when the lttng-tracer module is loaded. It allocates 4 buffers of 4k on each CPU. These buffers are designed to allow tracepoint probes to temporarily store data that does not fit on the stack (during the code_pre and code_post phases). The memory is freed when the