]> 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)
committerRobert Watson <rwatson@FreeBSD.org>
Mon, 22 Mar 2021 23:49:41 +0000 (23:49 +0000)
commit599fb1d198ec6792ba062114d2589ca9f01a3568
treee07931edbf102976b61dbe132c37af6bde1a63e9
parent9f88bee14659c9e5920372c53106e666b502b3cd
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.

MFC after: 3 days
Reviewed by: emaste, andrew
sys/cddl/dev/fbt/aarch64/fbt_isa.c
sys/cddl/dev/profile/profile.c