Re: [PATCH v12 11/15] perf stat: implement control commands handling

2020-07-22 Thread Alexey Budankov
On 22.07.2020 15:56, Arnaldo Carvalho de Melo wrote: > Em Fri, Jul 17, 2020 at 10:05:06AM +0300, Alexey Budankov escreveu: >> >> Implement handling of 'enable' and 'disable' control commands coming >> from control file descriptor. If poll event splits initiated timeout >> interval then the remind

Re: [PATCH v12 11/15] perf stat: implement control commands handling

2020-07-22 Thread Arnaldo Carvalho de Melo
Em Fri, Jul 17, 2020 at 10:05:06AM +0300, Alexey Budankov escreveu: > > Implement handling of 'enable' and 'disable' control commands coming > from control file descriptor. If poll event splits initiated timeout > interval then the reminder is calculated and still waited in the > following evlist_

[PATCH v12 11/15] perf stat: implement control commands handling

2020-07-17 Thread Alexey Budankov
Implement handling of 'enable' and 'disable' control commands coming from control file descriptor. If poll event splits initiated timeout interval then the reminder is calculated and still waited in the following evlist__poll() call. Signed-off-by: Alexey Budankov Acked-by: Jiri Olsa Acked-by: