Re: [PATCH v3 0/5] perf hwmon related improvements
From: Namhyung Kim
Date: Wed Feb 05 2025 - 13:41:00 EST
On Fri, 31 Jan 2025 23:43:15 -0800, Ian Rogers wrote:
> Try to do less scanning of files/directories with or without hwmon
> PMUs. Don't merge all events with the same name, only merge those on
> the same PMU ignoring suffix. Tidy PMU name matching to distinguish no
> suffix or wildcard matching. Refactor uniquification so the evsels
> with the same name as other evsels in the evlist are uniquified.
>
> v3: Address potential segv and styling nits from Kan Liang.
> v2: Rename ignore suffix PMU name matching that is really a
> wildcard/prefix match. Use a proper ignore suffix when not merging
> counters purely on name.
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung