]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
dtrace/powerpc: Adjust AFRAMES for fbt and profile
authorJustin Hibbits <jhibbits@FreeBSD.org>
Sat, 11 Mar 2023 16:23:38 +0000 (11:23 -0500)
committerJustin Hibbits <jhibbits@FreeBSD.org>
Wed, 15 Mar 2023 19:47:49 +0000 (15:47 -0400)
commit1026d170f4f70cdeb63cd05819c5557041e8ea94
tree9ddc199bd99c962ef35e329111ca6fd74f055bd8
parent0a21a6659e5dfe503da587fb0460ae19bd765859
dtrace/powerpc: Adjust AFRAMES for fbt and profile

FBT_AFRAMES was skipping over too many frames, while PROFILE_AFRAMES was
skipping over too few.  Adjust them empirically.

(cherry picked from commit 635ecbf47015c259226cb47a3de8fc00c9ed5924)
sys/cddl/dev/fbt/powerpc/fbt_isa.c
sys/cddl/dev/profile/profile.c