From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=45728 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFZjj-0000Vb-5n for qemu-devel@nongnu.org; Fri, 21 May 2010 17:26:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFZjh-0001yY-IK for qemu-devel@nongnu.org; Fri, 21 May 2010 17:26:30 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:36207) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFZjh-0001yF-Fr for qemu-devel@nongnu.org; Fri, 21 May 2010 17:26:29 -0400 Date: Fri, 21 May 2010 17:26:25 -0400 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH 1/2] trace: Add simple tracing support Message-ID: <20100521212625.GA21652@infradead.org> References: <1274434947-2863-1-git-send-email-stefanha@linux.vnet.ibm.com> <1274434947-2863-2-git-send-email-stefanha@linux.vnet.ibm.com> <4BF67E72.5040908@codemonkey.ws> <4BF68E9B.1020405@siemens.com> <4BF692A5.7080501@codemonkey.ws> <4BF6BA3D.9000200@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Stefan Hajnoczi , "kvm@vger.kernel.org" , Jan Kiszka , "qemu-devel@nongnu.org" , Prerna Saxena On Fri, May 21, 2010 at 09:49:56PM +0100, Stefan Hajnoczi wrote: > http://sourceware.org/systemtap/wiki/AddingUserSpaceProbingToApps > > Requires kernel support - not sure if enough of utrace is in mainline > for this to work out-of-the-box across distros. Nothing of utrace is in mainline, nevermind the whole systemtap code which is intentionally keep out of the kernel tree. Using this means that for every probe in userspace code you need to keep the configured source tree of the currently running kernel around, which is completely unusable for typical developer setups.