]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf: intel-tpebs: Fix incorrect usage of zfree()
authorJames Clark <james.clark@linaro.org>
Wed, 19 Mar 2025 10:16:10 +0000 (10:16 +0000)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 19 Mar 2025 23:56:56 +0000 (16:56 -0700)
commit6d2dcd635204c023eb5328ad7d38b198a5558c9b
treec9a2a8af4ecf1a9cca50082f726d72dd6eb7cff7
parent58b8b5d142a8bd5cee3f5181b9d9088051a53a04
perf: intel-tpebs: Fix incorrect usage of zfree()

zfree() requires an address otherwise it frees what's in name, rather
than name itself. Pass the address of name to fix it.

This was the only incorrect occurrence in Perf found using a search.

Fixes: 8db5cabcf1b6 ("perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire latency value for a metric.")
Signed-off-by: James Clark <james.clark@linaro.org>
Link: https://lore.kernel.org/r/20250319101614.190922-1-james.clark@linaro.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/intel-tpebs.c