| 679ea094 | 10-May-2017 |
Justin Hibbits <[email protected]> |
Fix the encoded instruction for FBT traps on powerpc
r314370 changed EXC_DTRACE to a different instruction, but neglected to make the same change to fbt, so dtrace didn't actually pick it up, result
Fix the encoded instruction for FBT traps on powerpc
r314370 changed EXC_DTRACE to a different instruction, but neglected to make the same change to fbt, so dtrace didn't actually pick it up, resulting in entering KDB instead of trapping for dtrace.
MFC after: 1 week
show more ...
|
| f99a5172 | 10-Dec-2016 |
Mark Johnston <[email protected]> |
Don't create FBT probes for lock owner methods.
These functions may be called in DTrace probe context, so they cannot be safely traced. Moreover, they are currently only used by DTrace, so their cor
Don't create FBT probes for lock owner methods.
These functions may be called in DTrace probe context, so they cannot be safely traced. Moreover, they are currently only used by DTrace, so their corresponding FBT probes are not particularly useful.
MFC after: 2 weeks
show more ...
|