Re: [PATCH v3 0/9] perf: support enable and disable commands in stat and record modes

2020-05-20 Thread Jiri Olsa
On Mon, May 18, 2020 at 11:08:43AM +0300, Alexey Budankov wrote: > Hi, > > Is there anything else that could be done from my side to move this forward? sorry I did not get to this yet.. will check jirka

Re: [PATCH v3 0/9] perf: support enable and disable commands in stat and record modes

2020-05-18 Thread Alexey Budankov
Hi, Is there anything else that could be done from my side to move this forward? Thanks, Alexey On 13.05.2020 10:53, Alexey Budankov wrote: > > Changes in v3: > - renamed functions and types from perf_evlist_ to evlist_ to avoid > clash with libperf code; > - extended commands to be strings

[PATCH v3 0/9] perf: support enable and disable commands in stat and record modes

2020-05-13 Thread Alexey Budankov
Changes in v3: - renamed functions and types from perf_evlist_ to evlist_ to avoid clash with libperf code; - extended commands to be strings of variable length consisting of command name and also possibly including command specific data; - merged docs update with the code changes; - updated

[PATCH v3 0/9] perf: support enable and disable commands in stat and record modes

2020-05-08 Thread Alexey Budankov
Changes in v3: - renamed functions and types from perf_evlist_ to evlist_ to avoid clash with libperf code; - supported commands to be strings of variable length consisting of command name and also possibly including command specific data; - merged docs update with the code changes; -