Re: [PATCH v3 1/2] perf pmu: Make pmu_alias_terms weak again

From: Namhyung Kim
Date: Mon Nov 10 2025 - 19:33:06 EST


On Sat, 08 Nov 2025 16:59:58 -0800, Ian Rogers wrote:
> The terms for a json event should be weak so they don't override
> command line options.
>
> Before:
> ```
> $ perf record -vv -c 1000 -e uops_issued.any -o /dev/null true 2>&1
> |grep "{ sample_period, sample_freq }"
> { sample_period, sample_freq } 200003
> { sample_period, sample_freq } 2000003
> { sample_period, sample_freq } 1000
> ```
>
> [...]
Applied to perf-tools-next, thanks!

Best regards,
Namhyung