Re: [PATCH V3 0/6] event synthesization multithreading for perf record

From: acme@xxxxxxxxxx
Date: Mon Oct 23 2017 - 10:25:41 EST


Em Mon, Oct 23, 2017 at 01:43:39PM +0000, Liang, Kan escreveu:
> The plan is to do the multithreading step by step from the simplest case.
> Synthesizing stage is just a start.

> Only for synthesizing stage, I think the patch series should already cover all the
> 'synthesizing' steps which can do multithreading. For the rest 'synthesizing' steps,
> it only need to be done by single thread.

> Since there is only multithreading for 'synthesizing' step, the threads creation related
> code is event.c for now. It's better to move it to a dedicate file and make it generic for
> recording threads. I think we can do it later separately.

Yes, and I'm happy that you plan to continue working in this area,
right? :-)

- Arnaldo