Re: [PATCH] tools/perf/tests: Remove duplicate evlist__delete in tests/tool_pmu.c

From: Namhyung Kim
Date: Mon Oct 14 2024 - 13:43:26 EST


On Sun, 13 Oct 2024 22:37:32 +0530, Athira Rajeev wrote:

> The testcase for tool_pmu failed in powerpc as below:
>
> ./perf test -v "Parsing without PMU name"
> 8: Tool PMU :
> 8.1: Parsing without PMU name : FAILED!
>
> This happens when parse_events results in either skip or fail
> of an event. Because the code invokes evlist__delete(evlist)
> and "goto out".
>
> [...]

Applied to perf-tools-next, thanks!

Best regards,
Namhyung