Re: [PATCH v2 09/15] perf record: introduce thread specific objects for trace streaming

2020-10-26 Thread Alexei Budankov
On 24.10.2020 18:44, Jiri Olsa wrote: > On Wed, Oct 21, 2020 at 07:03:48PM +0300, Alexey Budankov wrote: >> >> Introduce thread local data object and its array to be used for >> threaded trace streaming. >> >> Signed-off-by: Alexey Budankov >> --- >> tools/perf/builtin-record.c | 18

Re: [PATCH v2 09/15] perf record: introduce thread specific objects for trace streaming

2020-10-24 Thread Jiri Olsa
On Wed, Oct 21, 2020 at 07:03:48PM +0300, Alexey Budankov wrote: > > Introduce thread local data object and its array to be used for > threaded trace streaming. > > Signed-off-by: Alexey Budankov > --- > tools/perf/builtin-record.c | 18 ++ > 1 file changed, 18 insertions(+) >

[PATCH v2 09/15] perf record: introduce thread specific objects for trace streaming

2020-10-21 Thread Alexey Budankov
Introduce thread local data object and its array to be used for threaded trace streaming. Signed-off-by: Alexey Budankov --- tools/perf/builtin-record.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/tools/perf/builtin-record.c b/tools/perf/builtin-record.c index