lkml.org 
[lkml]   [2017]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: [PATCH V3 0/6] event synthesization multithreading for perf record
Date
> * kan.liang@intel.com <kan.liang@intel.com> wrote:
>
> > The latency is the time cost of __machine__synthesize_threads or its
> > multithreading replacement, record__multithread_synthesize.
> >
> > Original: original single thread synthesize
> > With patch(not merge): multithread synthesize without final file merge
> > (intermediate results for scalability measurement)
> > With patch(merge): multithread synthesize with file merge
> > (final result)
> >
> > - Latency on Knights Mill (272 CPUs)
> >
> > Original(s) With patch(not merge)(s) With patch(merge)(s)
> > 12.7 6.6 7.76
> >
> > - Latency on Skylake server (192 CPUs)
> >
> > Original(s) With patch(not merge)(s) With patch(merge)(s)
> > 0.34 0.21 0.23
>
> Ok, I think I mis-understood some aspects of the patch series.
>
> It multi-threads a certain stage of processing (synthesizing), but not the
> _whole_ process of recording events, right?

Right.

>
> So I'm wondering, in the context of 'perf record -a' and 'perf top' CPU-
> granular profiling at least (but maybe also in the context of inherited
> workload 'perf record' profiling), could we simply record with per-CPU
> recording threads created early on, which would record into the percpu files
> quite naturally, which would also offer natural multithreading of any
> 'synthesizing' steps later on?
>
> I.e. instead of multithreading perf record piecemeal wise, why not
> multithread it all - and win big in terms of scalable, low overhead profiling?
>

For 'all', do you mean the whole process?
I think that's the ultimate goal. Eventually there will be per-CPU recording
threads created at the beginning of perf record and go through the whole process.
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.


Thanks,
Kan

\
 
 \ /
  Last update: 2017-10-23 15:44    [W:0.416 / U:0.124 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site