Re: [PATCH 38/79] libperf: Add perf_evlist__init function

2019-07-22 Thread Jiri Olsa
On Mon, Jul 22, 2019 at 04:39:25PM -0300, Arnaldo Carvalho de Melo wrote: SNIP > > I'm applying it to fix this issue and avoid a bisection break. I'm now > going to run 'perf test' after each cset too. And probably the next cset > has this issue as well, i.e. reordering of initialization in the

Re: [PATCH 38/79] libperf: Add perf_evlist__init function

2019-07-22 Thread Arnaldo Carvalho de Melo
Em Sun, Jul 21, 2019 at 01:24:25PM +0200, Jiri Olsa escreveu: > Adding perf_evlist__init function to initialize > perf_evlist struct. > > Link: http://lkml.kernel.org/n/tip-uhs894b98iiydutjgr1z5...@git.kernel.org > Signed-off-by: Jiri Olsa > --- > tools/perf/lib/evlist.c | 5 + >

[PATCH 38/79] libperf: Add perf_evlist__init function

2019-07-21 Thread Jiri Olsa
Adding perf_evlist__init function to initialize perf_evlist struct. Link: http://lkml.kernel.org/n/tip-uhs894b98iiydutjgr1z5...@git.kernel.org Signed-off-by: Jiri Olsa --- tools/perf/lib/evlist.c | 5 + tools/perf/lib/include/perf/evlist.h | 4 tools/perf/lib/libperf.map