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

2020-06-01 Thread Alexey Budankov
Please see v6 with all improvements. ~Alexey On 01.06.2020 19:53, Alexey Budankov wrote: > > Please refrain from testing this patch set. For some reason it lacks exposure > of ctl-fd, ctl-fd-ack options. There are also functional issues. I am working > to improve all that and resend fixed v5.

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

2020-06-01 Thread Alexey Budankov
Please refrain from testing this patch set. For some reason it lacks exposure of ctl-fd, ctl-fd-ack options. There are also functional issues. I am working to improve all that and resend fixed v5. ~Alexey On 01.06.2020 18:46, Alexey Budankov wrote: > > Changes in v5: > - split re-factoring of

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

2020-06-01 Thread Alexey Budankov
Changes in v5: - split re-factoring of events handling loops for stat mode into smaller incremental parts v4: https://lore.kernel.org/lkml/653fe5f3-c986-a841-1ed8-0a7d2fa24...@linux.intel.com/ Changes in v4: - made checking of ctlfd state unconditional in record trace streaming loop - introd