Re: [PATCH v2 00/15] Introduce threaded trace streaming for basic perf record operation

2020-10-28 Thread Namhyung Kim
Hi, On Wed, Oct 28, 2020 at 1:02 AM Alexey Budankov wrote: > > > On 27.10.2020 15:10, Jiri Olsa wrote: > > On Mon, Oct 26, 2020 at 08:59:01PM +0300, Alexey Budankov wrote: > >> > >> On 24.10.2020 18:43, Jiri Olsa wrote: > >>> On Wed, Oct 21, 2020 at 06:52:43PM +0300, Alexey Budankov wrote: >

Re: [PATCH v2 00/15] Introduce threaded trace streaming for basic perf record operation

2020-10-28 Thread Jiri Olsa
On Wed, Oct 28, 2020 at 10:35:08AM +0300, Alexey Budankov wrote: > > On 28.10.2020 10:08, Namhyung Kim wrote: > > Hi, > > > > On Wed, Oct 28, 2020 at 1:02 AM Alexey Budankov > > wrote: > >> > >> > >> On 27.10.2020 15:10, Jiri Olsa wrote: > >>> On Mon, Oct 26, 2020 at 08:59:01PM +0300, Alexey Bud

Re: [PATCH v2 00/15] Introduce threaded trace streaming for basic perf record operation

2020-10-27 Thread Alexey Budankov
On 27.10.2020 15:10, Jiri Olsa wrote: > On Mon, Oct 26, 2020 at 08:59:01PM +0300, Alexey Budankov wrote: >> >> On 24.10.2020 18:43, Jiri Olsa wrote: >>> On Wed, Oct 21, 2020 at 06:52:43PM +0300, Alexey Budankov wrote: Changes in v2: - explicitly added credit tags to patches 6/15 an

Re: [PATCH v2 00/15] Introduce threaded trace streaming for basic perf record operation

2020-10-27 Thread Alexey Budankov
On 27.10.2020 15:10, Jiri Olsa wrote: > On Mon, Oct 26, 2020 at 08:59:01PM +0300, Alexey Budankov wrote: >> >> On 24.10.2020 18:43, Jiri Olsa wrote: >>> On Wed, Oct 21, 2020 at 06:52:43PM +0300, Alexey Budankov wrote: Changes in v2: - explicitly added credit tags to patches 6/15 an

Re: [PATCH v2 00/15] Introduce threaded trace streaming for basic perf record operation

2020-10-27 Thread Jiri Olsa
On Mon, Oct 26, 2020 at 08:59:01PM +0300, Alexey Budankov wrote: > > On 24.10.2020 18:43, Jiri Olsa wrote: > > On Wed, Oct 21, 2020 at 06:52:43PM +0300, Alexey Budankov wrote: > >> > >> Changes in v2: > >> - explicitly added credit tags to patches 6/15 and 15/15, > >> additionally to cites [1],

Re: [PATCH v2 00/15] Introduce threaded trace streaming for basic perf record operation

2020-10-26 Thread Alexey Budankov
On 24.10.2020 18:43, Jiri Olsa wrote: > On Wed, Oct 21, 2020 at 06:52:43PM +0300, Alexey Budankov wrote: >> >> Changes in v2: >> - explicitly added credit tags to patches 6/15 and 15/15, >> additionally to cites [1], [2] >> - updated description of 3/15 to explicitly mention the reason >> to

Re: [PATCH v2 00/15] Introduce threaded trace streaming for basic perf record operation

2020-10-24 Thread Jiri Olsa
On Wed, Oct 21, 2020 at 06:52:43PM +0300, Alexey Budankov wrote: > > Changes in v2: > - explicitly added credit tags to patches 6/15 and 15/15, > additionally to cites [1], [2] > - updated description of 3/15 to explicitly mention the reason > to open data directories in read access mode (e.g.

[PATCH v2 00/15] Introduce threaded trace streaming for basic perf record operation

2020-10-21 Thread Alexey Budankov
Changes in v2: - explicitly added credit tags to patches 6/15 and 15/15, additionally to cites [1], [2] - updated description of 3/15 to explicitly mention the reason to open data directories in read access mode (e.g. for perf report) - implemented fix for compilation error of 2/15 - explicit