]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Tune DTrace 'aframes' for the FBT and profile providers on arm64.
authorRobert Watson <rwatson@FreeBSD.org>
Sun, 21 Mar 2021 00:01:54 +0000 (00:01 +0000)
committerEd Maste <emaste@FreeBSD.org>
Thu, 25 Mar 2021 13:16:41 +0000 (09:16 -0400)
commitfcc700abe4fa85b0f0ec9d953436725533cecc17
treee85e444323b3a8e9dc0c80a18aba6fe932a10c16
parent828e6b5f5e30180d31edb8b4f3d84daaba703c42
Tune DTrace 'aframes' for the FBT and profile providers on arm64.

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.

Reviewed by: emaste, andrew
Differential Revision: https://reviews.freebsd.org/D29356

(cherry picked from commit 599fb1d198ec6792ba062114d2589ca9f01a3568)
sys/cddl/dev/fbt/aarch64/fbt_isa.c
sys/cddl/dev/profile/profile.c