Re: [PATCH v2 02/11] perf evlist: implement control command handling functions

2020-05-07 Thread Alexey Budankov
On 07.05.2020 20:01, Arnaldo Carvalho de Melo wrote: > Em Thu, May 07, 2020 at 11:32:53AM +0300, Alexey Budankov escreveu: >> >> On 06.05.2020 23:21, Arnaldo Carvalho de Melo wrote: >>> Em Wed, May 06, 2020 at 09:19:22PM +0300, Alexey Budankov escreveu: Implement functions of initializa

Re: [PATCH v2 02/11] perf evlist: implement control command handling functions

2020-05-07 Thread Arnaldo Carvalho de Melo
Em Thu, May 07, 2020 at 11:32:53AM +0300, Alexey Budankov escreveu: > > On 06.05.2020 23:21, Arnaldo Carvalho de Melo wrote: > > Em Wed, May 06, 2020 at 09:19:22PM +0300, Alexey Budankov escreveu: > >> > >> Implement functions of initialization, finalization and processing > >> of control commands

Re: [PATCH v2 02/11] perf evlist: implement control command handling functions

2020-05-07 Thread Alexey Budankov
On 06.05.2020 23:21, Arnaldo Carvalho de Melo wrote: > Em Wed, May 06, 2020 at 09:19:22PM +0300, Alexey Budankov escreveu: >> >> Implement functions of initialization, finalization and processing >> of control commands coming from control file descriptors. >> >> Signed-off-by: Alexey Budankov >>

Re: [PATCH v2 02/11] perf evlist: implement control command handling functions

2020-05-06 Thread Arnaldo Carvalho de Melo
Em Wed, May 06, 2020 at 09:19:22PM +0300, Alexey Budankov escreveu: > > Implement functions of initialization, finalization and processing > of control commands coming from control file descriptors. > > Signed-off-by: Alexey Budankov > --- > tools/perf/util/evlist.c | 100 ++

[PATCH v2 02/11] perf evlist: implement control command handling functions

2020-05-06 Thread Alexey Budankov
Implement functions of initialization, finalization and processing of control commands coming from control file descriptors. Signed-off-by: Alexey Budankov --- tools/perf/util/evlist.c | 100 +++ tools/perf/util/evlist.h | 12 + 2 files changed, 112 ins