Re: [PATCH v1 1/3] perf record: allocate affinity masks

2018-12-12 Thread Alexey Budankov
Hi, On 12.12.2018 15:15, Jiri Olsa wrote: > On Wed, Dec 12, 2018 at 10:38:23AM +0300, Alexey Budankov wrote: >> >> Allocate affinity option and masks for mmap data buffers and >> record thread as well as initialize allocated objects. >> >> Signed-off-by: Alexey Budankov >> --- >> tools/perf/built

Re: [PATCH v1 1/3] perf record: allocate affinity masks

2018-12-12 Thread Jiri Olsa
On Wed, Dec 12, 2018 at 10:38:23AM +0300, Alexey Budankov wrote: > > Allocate affinity option and masks for mmap data buffers and > record thread as well as initialize allocated objects. > > Signed-off-by: Alexey Budankov > --- > tools/perf/builtin-record.c | 11 ++- > tools/perf/perf.h

[PATCH v1 1/3] perf record: allocate affinity masks

2018-12-11 Thread Alexey Budankov
Allocate affinity option and masks for mmap data buffers and record thread as well as initialize allocated objects. Signed-off-by: Alexey Budankov --- tools/perf/builtin-record.c | 11 ++- tools/perf/perf.h | 5 + tools/perf/util/evlist.c| 6 +++--- tools/perf/util/