Re: [PATCH v2 0/2] perf pmu: Event parsing and listing fixes

From: James Clark
Date: Wed Jul 10 2024 - 09:46:10 EST


>On Wed, Jun 26, 2024 at 7:55 AM James Clark <james.clark@xxxxxxx> wrote:
>>
>> The second fix is related to the discussion here [1].
>>
>> The first fix is unrelated but I just noticed it while fixing the
>> listing issue.
>>
>> [1]: https://lore.kernel.org/all/ce31a50b-53db-4c6f-9cb1-242280b0951c@xxxxxxx/
>>
>> Changes since v1:
>>
>> * Add Ian's suggested-by tag on patch 2
>> * Fix mistake where info.pmu_name instead of pmu->name should have
>> been used in perf_pmu__for_each_event()
>>
>> James Clark (2):
>> perf pmu: Restore full PMU name wildcard support
>> perf pmu: Don't de-duplicate core PMUs
>
>Reviewed-by: Ian Rogers <irogers@xxxxxxxxxx>
>
>Looking forward to an update on the bugs in:
>https://lore.kernel.org/lkml/CAP-5=fWxdZ1ibv7Pi0L38+NF-vNWZCtcDS9JVf6k3z9nDsrQQw@xxxxxxxxxxxxxx/
>
>Thanks,
>Ian

Hi Ian,

Thanks for the review. I'm just finishing off one Coresight thing and
then I'll start the big.little default events one:
https://lore.kernel.org/lkml/20240510053705.2462258-4-irogers@xxxxxxxxxx/

Thanks
James