Re: [PATCH 02/48] perf tools: Remove perf_tool from event_op3

2018-09-23 Thread Jiri Olsa
On Tue, Sep 18, 2018 at 05:56:09PM -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, Sep 13, 2018 at 02:54:04PM +0200, Jiri Olsa escreveu: > > Now when we keep perf_tool pointer inside perf_session, > > there's no need to have perf_tool argument in the > > event_op3 callback. Removing it. > > > > L

Re: [PATCH 02/48] perf tools: Remove perf_tool from event_op3

2018-09-18 Thread Arnaldo Carvalho de Melo
Em Thu, Sep 13, 2018 at 02:54:04PM +0200, Jiri Olsa escreveu: > Now when we keep perf_tool pointer inside perf_session, > there's no need to have perf_tool argument in the > event_op3 callback. Removing it. > > Link: http://lkml.kernel.org/n/tip-78u9m0jbre3bn16l6guqf...@git.kernel.org > Signed-off