Page MenuHomeFreeBSD

Tune DTrace 'aframes' for the FBT and profile providers on arm64.
ClosedPublic

Authored by rwatson on Mar 21 2021, 12:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 9, 8:24 PM
Unknown Object (File)
Fri, Apr 5, 3:38 AM
Unknown Object (File)
Wed, Apr 3, 8:17 AM
Unknown Object (File)
Mar 11 2024, 11:06 AM
Unknown Object (File)
Dec 20 2023, 6:03 AM
Unknown Object (File)
Dec 14 2023, 10:39 PM
Unknown Object (File)
Sep 6 2023, 4:55 PM
Unknown Object (File)
Aug 22 2023, 3:25 AM

Details

Summary

In both cases, too few frames were trimmed, leading to exception handling
or DTrace internals being exposed in stack traces exposed by D's stack()
primitive.

MFC after: 3 days

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37969
Build 34858: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Mar 22 2021, 9:30 AM
emaste added inline comments.
sys/cddl/dev/profile/profile.c
107

I deleted this and the sparc comment above in 64a790d264808116469914c19265e905b3929e00, thinking that this change had already been committed. In any case this shouldn't be a conflict.

This revision now requires review to proceed.Mar 22 2021, 2:31 PM
andrew added inline comments.
sys/cddl/dev/profile/profile.c
117

There is also a duplicate __mips that could be removed after this has been committed

133

Here

This revision is now accepted and ready to land.Mar 22 2021, 2:58 PM