Re: [PATCH v1] perf test: Replace grep perl regexp with awk

From: Namhyung Kim
Date: Wed Jun 25 2025 - 14:05:08 EST


On Fri, 20 Jun 2025 10:40:09 -0700, Chun-Tse Shao wrote:
> perl is not universal on all machines and should be replaced with awk,
> which is much more common.
>
> Before:
> $ perf test "probe libc's inet_pton & backtrace it with ping" -v
> --- start ---
> test child forked, pid 145431
> grep: Perl matching not supported in a --disable-perl-regexp build
>
> [...]
Applied to perf-tools-next, thanks!

Best regards,
Namhyung