Re: [PATCH v2 10/15] perf record: manage thread specific data array

2020-10-26 Thread Alexei Budankov
On 24.10.2020 18:44, Jiri Olsa wrote: > On Wed, Oct 21, 2020 at 07:04:26PM +0300, Alexey Budankov wrote: >> >> Provide allocation, initialization, finalization and releasing of >> thread specific objects at thread specific data array. Allocate >> thread specific object for every data buffer

Re: [PATCH v2 10/15] perf record: manage thread specific data array

2020-10-24 Thread Jiri Olsa
On Wed, Oct 21, 2020 at 07:04:26PM +0300, Alexey Budankov wrote: > > Provide allocation, initialization, finalization and releasing of > thread specific objects at thread specific data array. Allocate > thread specific object for every data buffer making one-to-one > relation between data buffer

[PATCH v2 10/15] perf record: manage thread specific data array

2020-10-21 Thread Alexey Budankov
Provide allocation, initialization, finalization and releasing of thread specific objects at thread specific data array. Allocate thread specific object for every data buffer making one-to-one relation between data buffer and a thread processing the buffer. Deliver event fd related signals to