Re: [PATCH V5 1/2] tools/perf: Fix the check for parameterized field in event term
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2026-06-10 20:08:03
Also in:
linux-perf-users
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2026-06-10 20:08:03
Also in:
linux-perf-users
On Tue, Jun 09, 2026 at 07:13:31PM +0530, Athira Rajeev wrote:
The format_alias() function in util/pmu.c has a check to detect whether the event has parameterized field ( =? ). The string alias->terms contains the event and if the event has user configurable parameter, there will be presence of sub string "=?" in the alias->terms.
Thanks, applied to perf-tools-next, for v7.2. - Arnaldo