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

2020-06-22 Thread Jiri Olsa
On Mon, Jun 22, 2020 at 06:38:34AM +0300, Alexey Budankov wrote: > > Hi, > > On 17.06.2020 11:30, Alexey Budankov wrote: > > > > Changes in v8: > > - avoided moving of fds at fdarray__filter() call > > - skipped counting of fds with zeroed revents at fdarray__filter() call > > - converted explic

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

2020-06-21 Thread Alexey Budankov
Hi, On 17.06.2020 11:30, Alexey Budankov wrote: > > Changes in v8: > - avoided moving of fds at fdarray__filter() call > - skipped counting of fds with zeroed revents at fdarray__filter() call > - converted explicit --ctl-fd[-ack] into --control fd:ctl-fd[,ack-fd option > - updated docs to acc

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

2020-06-17 Thread Alexey Budankov
Changes in v8: - avoided moving of fds at fdarray__filter() call - skipped counting of fds with zeroed revents at fdarray__filter() call - converted explicit --ctl-fd[-ack] into --control fd:ctl-fd[,ack-fd option - updated docs to accommodate --control fd:ctl-fd[,ack-fd] option v7: https://lor