Re: [PATCH v4 4/4] perf record: implement --affinity=node|cpu option

2019-01-22 Thread Alexey Budankov
On 21.01.2019 14:54, Jiri Olsa wrote: > On Wed, Jan 16, 2019 at 12:23:56PM +0300, Alexey Budankov wrote: >> >> Implement --affinity=node|cpu option for the record mode defaulting >> to system affinity mask bouncing. >> >> Signed-off-by: Alexey Budankov >> --- >> changes in v3: >> - adjusted indent

Re: [PATCH v4 4/4] perf record: implement --affinity=node|cpu option

2019-01-21 Thread Jiri Olsa
On Wed, Jan 16, 2019 at 12:23:56PM +0300, Alexey Budankov wrote: > > Implement --affinity=node|cpu option for the record mode defaulting > to system affinity mask bouncing. > > Signed-off-by: Alexey Budankov > --- > changes in v3: > - adjusted indentation at record__parse_affinity() having prob

[PATCH v4 4/4] perf record: implement --affinity=node|cpu option

2019-01-16 Thread Alexey Budankov
Implement --affinity=node|cpu option for the record mode defaulting to system affinity mask bouncing. Signed-off-by: Alexey Budankov --- changes in v3: - adjusted indentation at record__parse_affinity() --- tools/perf/Documentation/perf-record.txt | 5 + tools/perf/builtin-record.c

[PATCH v4 4/4] perf record: implement --affinity=node|cpu option

2019-01-10 Thread Alexey Budankov
Implement --affinity=node|cpu option for the record mode defaulting to system affinity mask bouncing. Signed-off-by: Alexey Budankov --- changes in v3: - adjusted indentation at record__parse_affinity() --- tools/perf/Documentation/perf-record.txt | 5 + tools/perf/builtin-record.c