Re: [RFC V3 1/3] perf, tools: Support wildcards on pmu name in dynamic pmu events

From: Andi Kleen
Date: Wed Mar 07 2018 - 13:54:39 EST


> Sorry about that. That's probably because FNM_EXTMATCH is a GNU extension,
> not POSIX, and the Alpine and Android runtimes likely don't implement
> that...
> I'll send a fix reverting back to the strncmp to ignore the uncore_ prefix,
> and dropping that extension.

Just don't set it? Even the basic glob patterns are useful.

-Andi