Re: [PATCH v2 12/15] perf record: introduce thread local variable for trace streaming

2020-10-27 Thread Alexey Budankov
On 27.10.2020 15:01, Jiri Olsa wrote: > On Mon, Oct 26, 2020 at 05:11:30PM +0300, Alexei Budankov wrote: >> >> On 26.10.2020 13:34, Jiri Olsa wrote: >>> On Mon, Oct 26, 2020 at 11:21:28AM +0300, Alexei Budankov wrote: On 24.10.2020 18:43, Jiri Olsa wrote: > On Wed, Oct 21, 2020 at 0

Re: [PATCH v2 12/15] perf record: introduce thread local variable for trace streaming

2020-10-27 Thread Alexey Budankov
On 27.10.2020 15:01, Jiri Olsa wrote: > On Mon, Oct 26, 2020 at 05:11:30PM +0300, Alexei Budankov wrote: >> Why do you complain about per thread variable in this case? >> It looks like ideally fits these specific needs. > > I think there's misunderstanding.. I think we should move > samples to

Re: [PATCH v2 12/15] perf record: introduce thread local variable for trace streaming

2020-10-27 Thread Jiri Olsa
On Mon, Oct 26, 2020 at 05:11:30PM +0300, Alexei Budankov wrote: > > On 26.10.2020 13:34, Jiri Olsa wrote: > > On Mon, Oct 26, 2020 at 11:21:28AM +0300, Alexei Budankov wrote: > >> > >> On 24.10.2020 18:43, Jiri Olsa wrote: > >>> On Wed, Oct 21, 2020 at 07:07:00PM +0300, Alexey Budankov wrote: > >

Re: [PATCH v2 12/15] perf record: introduce thread local variable for trace streaming

2020-10-26 Thread Alexei Budankov
On 26.10.2020 13:34, Jiri Olsa wrote: > On Mon, Oct 26, 2020 at 11:21:28AM +0300, Alexei Budankov wrote: >> >> On 24.10.2020 18:43, Jiri Olsa wrote: >>> On Wed, Oct 21, 2020 at 07:07:00PM +0300, Alexey Budankov wrote: Introduce thread local variable and use it for threaded trace streami

Re: [PATCH v2 12/15] perf record: introduce thread local variable for trace streaming

2020-10-26 Thread Jiri Olsa
On Mon, Oct 26, 2020 at 11:21:28AM +0300, Alexei Budankov wrote: > > On 24.10.2020 18:43, Jiri Olsa wrote: > > On Wed, Oct 21, 2020 at 07:07:00PM +0300, Alexey Budankov wrote: > >> > >> Introduce thread local variable and use it for threaded trace streaming. > >> > >> Signed-off-by: Alexey Budanko

Re: [PATCH v2 12/15] perf record: introduce thread local variable for trace streaming

2020-10-26 Thread Alexei Budankov
On 24.10.2020 18:43, Jiri Olsa wrote: > On Wed, Oct 21, 2020 at 07:07:00PM +0300, Alexey Budankov wrote: >> >> Introduce thread local variable and use it for threaded trace streaming. >> >> Signed-off-by: Alexey Budankov >> --- >> tools/perf/builtin-record.c | 71 +++

Re: [PATCH v2 12/15] perf record: introduce thread local variable for trace streaming

2020-10-24 Thread Jiri Olsa
On Wed, Oct 21, 2020 at 07:07:00PM +0300, Alexey Budankov wrote: > > Introduce thread local variable and use it for threaded trace streaming. > > Signed-off-by: Alexey Budankov > --- > tools/perf/builtin-record.c | 71 - > 1 file changed, 62 insertions(+), 9

[PATCH v2 12/15] perf record: introduce thread local variable for trace streaming

2020-10-21 Thread Alexey Budankov
Introduce thread local variable and use it for threaded trace streaming. Signed-off-by: Alexey Budankov --- tools/perf/builtin-record.c | 71 - 1 file changed, 62 insertions(+), 9 deletions(-) diff --git a/tools/perf/builtin-record.c b/tools/perf/builtin-re