Re: [PATCH v12 05/15] perf evlist: implement control command handling functions

2020-07-22 Thread Alexey Budankov
On 22.07.2020 15:34, Arnaldo Carvalho de Melo wrote: > Em Wed, Jul 22, 2020 at 09:27:34AM -0300, Arnaldo Carvalho de Melo escreveu: >> Em Fri, Jul 17, 2020 at 10:01:33AM +0300, Alexey Budankov escreveu: >>> >>> Implement functions of initialization, finalization and processing >>> of control comm

Re: [PATCH v12 05/15] perf evlist: implement control command handling functions

2020-07-22 Thread Arnaldo Carvalho de Melo
Em Fri, Jul 17, 2020 at 10:01:33AM +0300, Alexey Budankov escreveu: > > Implement functions of initialization, finalization and processing > of control command messages coming from control file descriptors. > Allocate control file descriptor as descriptor at struct pollfd > object of evsel_list fo

Re: [PATCH v12 05/15] perf evlist: implement control command handling functions

2020-07-22 Thread Arnaldo Carvalho de Melo
Em Wed, Jul 22, 2020 at 09:27:34AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Fri, Jul 17, 2020 at 10:01:33AM +0300, Alexey Budankov escreveu: > > > > Implement functions of initialization, finalization and processing > > of control command messages coming from control file descriptors. > > Al

Re: [PATCH v12 05/15] perf evlist: implement control command handling functions

2020-07-22 Thread Arnaldo Carvalho de Melo
Em Fri, Jul 17, 2020 at 10:01:33AM +0300, Alexey Budankov escreveu: > > Implement functions of initialization, finalization and processing > of control command messages coming from control file descriptors. > Allocate control file descriptor as descriptor at struct pollfd > object of evsel_list fo