As with arm and riscv fix return fbt probes on arm64. arg0 should be
the offset within the function of the return instruction and arg1
should be the return value.
Details
Details
- Reviewers
kp markj gnn - Group Reviewers
arm64 - Commits
- rG5143c53dfb28: Fix dtrace fbt return probes on arm64
rGe3ccf4f9dee9: Fix dtrace fbt return probes on arm64
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Not tested, but that looks correct. It's basically the same fix that was done for riscv.