Re: [PATCH v1] perf test expr: Fix system_tsc_freq for only x86
From: Athira Rajeev <hidden>
Date: 2024-12-17 06:28:36
Also in:
linux-perf-users, lkml
From: Athira Rajeev <hidden>
Date: 2024-12-17 06:28:36
Also in:
linux-perf-users, lkml
On 12 Dec 2024, at 12:37 PM, Namhyung Kim [off-list ref] wrote: On Wed, 04 Dec 2024 18:23:05 -0800, Ian Rogers wrote:quoted
The refactoring of tool PMU events to have a PMU then adding the expr literals to the tool PMU made it so that the literal system_tsc_freq was only supported on x86. Update the test expectations to match - namely the parsing is x86 specific and only yields a non-zero value on Intel. [...]Applied to perf-tools, thanks! Best regards, Namhyung
Thanks Namhyung for pulling this in Athira