Re: [PATCH 44/48] perf record: Add --threads option

2018-09-17 Thread Namhyung Kim
On Thu, Sep 13, 2018 at 02:54:46PM +0200, Jiri Olsa wrote: > Allows to assign number to record::threads_cnt and thus > to create multiple threads. At this point we don't allow > to specify number of threads, instead we assign it number > of evlist's mmaps to have a single thread for each. > >

Re: [PATCH 44/48] perf record: Add --threads option

2018-09-17 Thread Namhyung Kim
On Thu, Sep 13, 2018 at 02:54:46PM +0200, Jiri Olsa wrote: > Allows to assign number to record::threads_cnt and thus > to create multiple threads. At this point we don't allow > to specify number of threads, instead we assign it number > of evlist's mmaps to have a single thread for each. > >

[PATCH 44/48] perf record: Add --threads option

2018-09-13 Thread Jiri Olsa
Allows to assign number to record::threads_cnt and thus to create multiple threads. At this point we don't allow to specify number of threads, instead we assign it number of evlist's mmaps to have a single thread for each. Link: http://lkml.kernel.org/n/tip-ijl786fsk46q6g01is378...@git.kernel.org

[PATCH 44/48] perf record: Add --threads option

2018-09-13 Thread Jiri Olsa
Allows to assign number to record::threads_cnt and thus to create multiple threads. At this point we don't allow to specify number of threads, instead we assign it number of evlist's mmaps to have a single thread for each. Link: http://lkml.kernel.org/n/tip-ijl786fsk46q6g01is378...@git.kernel.org