Re: [PATCH v2 09/11] perf record: implement control commands handling

2020-05-07 Thread Arnaldo Carvalho de Melo
Em Thu, May 07, 2020 at 11:58:45AM +0300, Alexey Budankov escreveu: > > On 06.05.2020 23:23, Arnaldo Carvalho de Melo wrote: > > Em Wed, May 06, 2020 at 09:29:05PM +0300, Alexey Budankov escreveu: > >> > >> Implement handling of 'enable' and 'disable' control commands > >> coming from control

Re: [PATCH v2 09/11] perf record: implement control commands handling

2020-05-07 Thread Alexey Budankov
On 06.05.2020 23:23, Arnaldo Carvalho de Melo wrote: > Em Wed, May 06, 2020 at 09:29:05PM +0300, Alexey Budankov escreveu: >> >> Implement handling of 'enable' and 'disable' control commands >> coming from control file descriptor. >> >> Signed-off-by: Alexey Budankov >> --- >>

Re: [PATCH v2 09/11] perf record: implement control commands handling

2020-05-06 Thread Arnaldo Carvalho de Melo
Em Wed, May 06, 2020 at 09:29:05PM +0300, Alexey Budankov escreveu: > > Implement handling of 'enable' and 'disable' control commands > coming from control file descriptor. > > Signed-off-by: Alexey Budankov > --- > tools/perf/builtin-record.c | 18 +- > 1 file changed, 17

[PATCH v2 09/11] perf record: implement control commands handling

2020-05-06 Thread Alexey Budankov
Implement handling of 'enable' and 'disable' control commands coming from control file descriptor. Signed-off-by: Alexey Budankov --- tools/perf/builtin-record.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/tools/perf/builtin-record.c