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

From: James Clark
Date: Wed Jun 26 2024 - 10:55:25 EST


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

tools/perf/tests/pmu.c | 78 ++++++++++++++++++++++++++++++++++++++++++
tools/perf/util/pmu.c | 29 ++++++++++++----
2 files changed, 100 insertions(+), 7 deletions(-)

--
2.34.1