Date: Fri, 28 Nov 2008 15:49:11 +0100 From: Roman Divacky <rdivacky@FreeBSD.org> To: Alexander Leidinger <netchild@FreeBSD.org> Cc: src-committers@FreeBSD.org, svn-src-user@FreeBSD.org Subject: Re: svn commit: r185297 - user/netchild/linuxulator-dtrace/src/sys/compat/linux Message-ID: <20081128144911.GA35621@freebsd.org> In-Reply-To: <200811251414.mAPEEwRw025683@svn.freebsd.org> References: <200811251414.mAPEEwRw025683@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 25, 2008 at 02:14:58PM +0000, Alexander Leidinger wrote: > Author: netchild > Date: Tue Nov 25 14:14:58 2008 > New Revision: 185297 > URL: http://svn.freebsd.org/changeset/base/185297 > > Log: > First dtrace program to check the balancing of the amul_lock aquire/release. > > As of now this will show errors, as not all locking/release places are > instrumented with dtrace probes. > > WIP warning: This dtrace script is not even compile tested. what is the point of this? isnt this already handled by the lock primitive itself? ie. when you try to acquire mutex twice it panics, when you unlock not locked mutex it panics.... roman
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081128144911.GA35621>