Re: [PATCHSET v2 00/11] perf tools: Fix various memory leaks

2020-09-15 Thread Namhyung Kim
Hi Ian, On Tue, Sep 15, 2020 at 2:15 PM Ian Rogers wrote: > > On Mon, Sep 14, 2020 at 8:18 PM Namhyung Kim wrote: > > > > Hello, > > > > I've found and fixed a bunch of memory leaks during perf pmu and > > metric tests with address sanitizer. Before this, the tests were > > mostly failed due

Re: [PATCHSET v2 00/11] perf tools: Fix various memory leaks

2020-09-14 Thread Ian Rogers
On Mon, Sep 14, 2020 at 8:18 PM Namhyung Kim wrote: > > Hello, > > I've found and fixed a bunch of memory leaks during perf pmu and > metric tests with address sanitizer. Before this, the tests were > mostly failed due to the leaks since ASAN makes it return non-zero. > > Now I'm seeing no error

[PATCHSET v2 00/11] perf tools: Fix various memory leaks

2020-09-14 Thread Namhyung Kim
Hello, I've found and fixed a bunch of memory leaks during perf pmu and metric tests with address sanitizer. Before this, the tests were mostly failed due to the leaks since ASAN makes it return non-zero. Now I'm seeing no error with ASAN like below: $ ./perf test pmu metric 9: Parse perf