arg0 should be offset of the return point within the function,
arg1 should be the return value.
Previously a return probe had arguments as if for an entry probe.
Details
Details
- Reviewers
andrew • ian markj gnn - Commits
- rS363383: dtrace/fbt: fix return probe arguments on arm
Tested on armv7.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
It looks like arm64, mips, and riscv share this problem. It might pay to fix them all at the same time.