Re: [PATCH v1 08/15] perf record: write trace data into mmap trace files

2020-10-21 Thread Namhyung Kim
On Wed, Oct 21, 2020 at 7:25 PM Alexey Budankov wrote: > > > On 21.10.2020 10:34, Namhyung Kim wrote: > > On Wed, Oct 14, 2020 at 9:09 PM Alexey Budankov > > wrote: > >> > >> Hi, > >> > >> On 14.10.2020 13:52, Namhyung Kim wrote: > >>> Hi, > >>> > >>> On Mon, Oct 12, 2020 at 6:01 PM Alexey

Re: [PATCH v1 08/15] perf record: write trace data into mmap trace files

2020-10-21 Thread Alexey Budankov
On 21.10.2020 10:34, Namhyung Kim wrote: > On Wed, Oct 14, 2020 at 9:09 PM Alexey Budankov > wrote: >> >> Hi, >> >> On 14.10.2020 13:52, Namhyung Kim wrote: >>> Hi, >>> >>> On Mon, Oct 12, 2020 at 6:01 PM Alexey Budankov >>> wrote: Write trace data into per mmap trace files

Re: [PATCH v1 08/15] perf record: write trace data into mmap trace files

2020-10-21 Thread Namhyung Kim
On Wed, Oct 14, 2020 at 9:09 PM Alexey Budankov wrote: > > Hi, > > On 14.10.2020 13:52, Namhyung Kim wrote: > > Hi, > > > > On Mon, Oct 12, 2020 at 6:01 PM Alexey Budankov > > wrote: > >> > >> > >> Write trace data into per mmap trace files located > >> at data directory. Streaming thread

Re: [PATCH v1 08/15] perf record: write trace data into mmap trace files

2020-10-14 Thread Alexey Budankov
Hi, On 14.10.2020 13:52, Namhyung Kim wrote: > Hi, > > On Mon, Oct 12, 2020 at 6:01 PM Alexey Budankov > wrote: >> >> >> Write trace data into per mmap trace files located >> at data directory. Streaming thread adjusts its affinity >> according to mask of the buffer being processed. >> >>

Re: [PATCH v1 08/15] perf record: write trace data into mmap trace files

2020-10-14 Thread Namhyung Kim
Hi, On Mon, Oct 12, 2020 at 6:01 PM Alexey Budankov wrote: > > > Write trace data into per mmap trace files located > at data directory. Streaming thread adjusts its affinity > according to mask of the buffer being processed. > > Signed-off-by: Alexey Budankov > --- [SNIP] > @@ -1184,8 +1203,12

[PATCH v1 08/15] perf record: write trace data into mmap trace files

2020-10-12 Thread Alexey Budankov
Write trace data into per mmap trace files located at data directory. Streaming thread adjusts its affinity according to mask of the buffer being processed. Signed-off-by: Alexey Budankov --- tools/perf/builtin-record.c | 44 - tools/perf/util/record.h|