[PATCH 0/2] perf tools: Fix hybrid config terms list corruption

From: Adrian Hunter
Date: Thu Sep 09 2021 - 09:35:47 EST


Hi

Here is a fix for an issue using perf on ADL.


Adrian Hunter (2):
perf tools: Factor out copy_config_terms() and free_config_terms()
perf tools: Fix hybrid config terms list corruption

tools/perf/util/evsel.c | 20 +++++++++++++++-----
tools/perf/util/evsel.h | 3 +++
tools/perf/util/parse-events-hybrid.c | 18 +++++++++++++++---
tools/perf/util/parse-events.c | 27 +++++++++++++--------------
4 files changed, 46 insertions(+), 22 deletions(-)


Regards
Adrian