Re: [PATCH v2] perf/test: perf test 86 fails on s390

From: Namhyung Kim
Date: Wed Oct 02 2024 - 18:06:26 EST


On Tue, 01 Oct 2024 14:42:23 +0200, Thomas Richter wrote:

> Command perf test 86 fails on s390:
> # perf test -F 86
> ping 868299 [007] 28248.013596: probe_libc:inet_pton_1: (3ff95948020)
> 3ff95948020 inet_pton+0x0 (inlined)
> 3ff9595e6e7 text_to_binary_address+0x1007 (inlined)
> 3ff9595e6e7 gaih_inet+0x1007 (inlined)
> FAIL: expected backtrace entry \
> "main\+0x[[:xdigit:]]+[[:space:]]\(.*/bin/ping.*\)$"
> got "3ff9595e6e7 gaih_inet+0x1007 (inlined)"
> 86: probe libc's inet_pton & backtrace it with ping : FAILED!
> #
>
> [...]

Applied to perf-tools-next, thanks!

Best regards,
Namhyung