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

2019-01-09 Thread Alexey Budankov
Hi, On 02.01.2019 0:39, Jiri Olsa wrote: > On Mon, Dec 24, 2018 at 03:28:33PM +0300, Alexey Budankov wrote: >> >> Implement --affinity=node|cpu option for the record mode defaulting >> to system affinity mask bouncing. >> >> Signed-off-by: Alexey Budankov >> --- >>

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

2019-01-09 Thread Alexey Budankov
Hi, On 02.01.2019 0:39, Jiri Olsa wrote: > On Mon, Dec 24, 2018 at 03:28:33PM +0300, Alexey Budankov wrote: >> >> Implement --affinity=node|cpu option for the record mode defaulting >> to system affinity mask bouncing. >> >> Signed-off-by: Alexey Budankov >> --- >>

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

2019-01-09 Thread Alexey Budankov
Hi, On 02.01.2019 0:39, Jiri Olsa wrote: > On Mon, Dec 24, 2018 at 03:28:33PM +0300, Alexey Budankov wrote: >> >> Implement --affinity=node|cpu option for the record mode defaulting >> to system affinity mask bouncing. >> >> Signed-off-by: Alexey Budankov >> --- >>

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

2019-01-01 Thread Jiri Olsa
On Mon, Dec 24, 2018 at 03:28:33PM +0300, Alexey Budankov wrote: > > Implement --affinity=node|cpu option for the record mode defaulting > to system affinity mask bouncing. > > Signed-off-by: Alexey Budankov > --- > tools/perf/Documentation/perf-record.txt | 5 + >

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

2019-01-01 Thread Jiri Olsa
On Mon, Dec 24, 2018 at 03:28:33PM +0300, Alexey Budankov wrote: > > Implement --affinity=node|cpu option for the record mode defaulting > to system affinity mask bouncing. > > Signed-off-by: Alexey Budankov > --- > tools/perf/Documentation/perf-record.txt | 5 + >

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

2018-12-24 Thread Alexey Budankov
Implement --affinity=node|cpu option for the record mode defaulting to system affinity mask bouncing. Signed-off-by: Alexey Budankov --- tools/perf/Documentation/perf-record.txt | 5 + tools/perf/builtin-record.c | 18 ++ 2 files changed, 23 insertions(+)

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

2018-12-12 Thread Alexey Budankov
Implement --affinity=node|cpu option for the record mode defaulting to system affinity mask bouncing. Signed-off-by: Alexey Budankov --- tools/perf/Documentation/perf-record.txt | 5 + tools/perf/builtin-record.c | 18 ++ 2 files changed, 23 insertions(+)