]> 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>
Sat, 11 Mar 2023 16:35:27 +0000 (11:35 -0500)
commit635ecbf47015c259226cb47a3de8fc00c9ed5924
tree5cb87be9fed21d20f86c97757da3f0b22cf71b08
parent3caaaa56bbbafbf74b1a65acdd2c71ab1178cd95
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.
sys/cddl/dev/fbt/powerpc/fbt_isa.c
sys/cddl/dev/profile/profile.c