From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH 1/2] trace: Add simple tracing support Date: Fri, 21 May 2010 17:26:25 -0400 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 Cc: Jan Kiszka , Anthony Liguori , Stefan Hajnoczi , "qemu-devel@nongnu.org" , "kvm@vger.kernel.org" , Prerna Saxena To: Stefan Hajnoczi Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:38444 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751375Ab0EUV01 (ORCPT ); Fri, 21 May 2010 17:26:27 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: 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.