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

2020-07-13 Thread Alexey Budankov
On 13.07.2020 6:20, Namhyung Kim wrote: > On Wed, Jul 8, 2020 at 4:50 PM Alexey Budankov > wrote: >> >> >> Implement functions of initialization, finalization and processing >> of control command messages coming from control file descriptors. >> Allocate control file descriptor as descriptor at

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

2020-07-12 Thread Namhyung Kim
On Wed, Jul 8, 2020 at 4:50 PM Alexey Budankov wrote: > > > 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 for atomic pol

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

2020-07-08 Thread Alexey Budankov
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 for atomic poll() operation. Signed-off-by: Alexey Budankov --- tools/perf/u