freebsd-dev/sys/cddl/contrib/opensolaris/uts/common/dtrace
Rui Paulo 47047e3418 Revamp locking a bit. This fixes three problems:
* processes now can't go away while we are inserting probes (fixes a panic)
* if a trap happens, we won't be holding the process lock (fixes a hang)
* fix a LOR between the process lock and the fasttrap bucket list lock

Thanks to kib for pointing some problems.
Sponsored by:	The FreeBSD Foundation
2010-09-12 14:12:16 +00:00
..
dtrace.c Fix two bugs in DTrace: 2010-09-09 09:58:05 +00:00
fasttrap.c Revamp locking a bit. This fixes three problems: 2010-09-12 14:12:16 +00:00
lockstat.c
profile.c
sdt_subr.c
systrace.c