Re: [PATCH v2] perf test record+probe_libc_inet_pton: Make test resilient
From: Leo Yan
Date: Fri Jan 03 2025 - 12:49:26 EST
Hi all,
Happy new year!
On Mon, Dec 02, 2024 at 12:28:03PM -0800, Namhyung Kim wrote:
>
> Hello,
>
> On Mon, Dec 02, 2024 at 02:48:01PM +0100, Thomas Richter wrote:
> > On 12/2/24 12:19, Leo Yan wrote:
> > > The test failed back and forth due to the call chain being heavily
> > > impacted by the libc, which varies across different architectures and
> > > distros.
> > >
> >
> > For s390 using 6.13.0.rc1
> >
> > Tested-by: Thomas Richter <tmricht@xxxxxxxxxxxxx>
>
> Thanks for the test, but I think the patch excludes s390 to be safe.
> And I think we can test s390 in the same way. If you're willing to do
> some more tests, Leo can update the patch to include s390 as well.
This case continuously fails on Arm64, so let's not forget to land the
fix.
I agreed with Namhyung for consolidation the test as possible.
@Thomas, could you test on s390 for below change? And if you could
confirm the 'fp' mode for callgraph is supported on s390, then we even
can unify the event attribute:
eventattr='max-stack=4'
Thanks,
Leo
---8<---