Re: [PATCH V5 1/2] tools/perf: Fix the check for parameterized field in event term
From: Athira Rajeev <hidden>
Date: 2026-06-11 12:51:25
Also in:
linux-perf-users
From: Athira Rajeev <hidden>
Date: 2026-06-11 12:51:25
Also in:
linux-perf-users
On 11 Jun 2026, at 1:37 AM, Arnaldo Carvalho de Melo [off-list ref] wrote: On Tue, Jun 09, 2026 at 07:13:31PM +0530, Athira Rajeev wrote:quoted
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
Thanks Arnaldo Athira