freebsd-dev/cddl/contrib/opensolaris/lib/libdtrace
Mark Johnston e0d70fc1dc libdtrace: Don't use a read-only handle for enumerating pid probes.
Enumeration of return probes involves disassembling subroutines in the
target process, and ptrace(2) is currently used to read from the target
process. libproc could read from the backing file instead to avoid this
problem, but in the common case libdtrace will have a writeable handle
on the process anyway. In particular, a writeable handle is needed to list
USDT probes, and libdtrace will cache such a handle for processes that it
controls via dtrace -c and -p.
2016-12-06 04:28:56 +00:00
..
aarch64 First cut of DTrace for AArch64. 2015-07-01 15:51:11 +00:00
arm libdtrace: Don't hard-code the native data model. 2016-07-30 03:09:57 +00:00
common libdtrace: Don't use a read-only handle for enumerating pid probes. 2016-12-06 04:28:56 +00:00
i386 libdtrace: Don't hard-code the native data model. 2016-07-30 03:09:57 +00:00
mips Add stub file for pid probe. It's required although pid probe is not supported 2012-03-24 05:27:39 +00:00
powerpc Add fasttrap for PowerPC. This is the last piece of the dtrace/ppc puzzle. 2013-10-15 15:00:29 +00:00
riscv Add initial DTrace support for RISC-V. 2016-05-24 16:41:37 +00:00
sparc Merge from vendor: libdtrace MD parts needed by fasttrap. 2010-07-17 18:31:31 +00:00