freebsd-dev/sys/cddl/dev
Mark Johnston 6e0f204c3f Modify DTRACEHIOC_ADDDOF to copy the DOF section from the target process.
r281257 added support for lazyload mode by allowing dtrace(1) to register
a DOF section on behalf of a traced process. This was implemented by
having libdtrace copy the DOF section into a heap-allocated buffer and
passing its address to the ioctl handler. However, DTrace uses the DOF
section address as a lookup key in certain cases, so the ioctl handler
should be given the target process' DOF section address instead. This
change modifies the ADDDOF handler to copy the DOF section in from the
target process, rather than from dtrace(1).
2015-12-07 21:44:05 +00:00
..
dtmalloc The dtmalloc provider uses the short description of a malloc type as the 2013-06-28 03:14:40 +00:00
dtrace Modify DTRACEHIOC_ADDDOF to copy the DOF section from the target process. 2015-12-07 21:44:05 +00:00
fbt Move the check to see if we are tracing a function with the DTrace Function 2015-12-05 09:32:36 +00:00
profile Allow the artificial profile frames to be adjusted as needed by the user. 2015-12-05 10:00:01 +00:00
sdt sdt: static-ize couple of variables 2015-09-29 12:14:22 +00:00
systrace Rename remaining linux32 symbols such as linux_sysent[] and 2015-10-22 21:28:20 +00:00
prototype.c