Re: [PATCH v1] perf pmu: Replace starts_with with strstarts

From: Namhyung Kim

Date: Wed Mar 04 2026 - 16:49:17 EST


On Tue, 03 Mar 2026 10:52:16 -0800, Ian Rogers wrote:
> linux/string.h provides strstarts that matches the starts_with
> function. For style and consistency reasons remove the starts_with
> functions and use strstarts.
>
>
Applied to perf-tools-next, thanks!

Best regards,
Namhyung