Re: [PATCH v4 00/10] perf: support enable and disable commands in stat and record modes

2020-05-27 Thread Jiri Olsa
On Wed, May 27, 2020 at 12:27:31PM +0300, Alexey Budankov wrote: > > Making sure it is not sneaked out of your attention. yep, I know about it, will get to it this week jirka > > Thanks, > Alexey > > On 25.05.2020 17:11, Alexey Budankov wrote: > > > > Changes in v4: > > - made checking of ct

Re: [PATCH v4 00/10] perf: support enable and disable commands in stat and record modes

2020-05-27 Thread Alexey Budankov
Making sure it is not sneaked out of your attention. Thanks, Alexey On 25.05.2020 17:11, Alexey Budankov wrote: > > Changes in v4: > - made checking of ctlfd state unconditional in record trace streaming loop > - introduced static poll fds to keep evlist__filter_pollfd() unaffected > - handled

[PATCH v4 00/10] perf: support enable and disable commands in stat and record modes

2020-05-25 Thread Alexey Budankov
Changes in v4: - made checking of ctlfd state unconditional in record trace streaming loop - introduced static poll fds to keep evlist__filter_pollfd() unaffected - handled ret code of evlist__initialize_ctlfd() where need - renamed and structured handle_events() function - applied anonymous stru