Re: [PATCH v1] perf test expr: Fix system_tsc_freq for only x86

From: Athira Rajeev
Date: Tue Dec 17 2024 - 01:28:46 EST




> On 12 Dec 2024, at 12:37 PM, Namhyung Kim <namhyung@xxxxxxxxxx> wrote:
>
> On Wed, 04 Dec 2024 18:23:05 -0800, Ian Rogers wrote:
>
>> 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