From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhbGK-0004Lr-Gm for qemu-devel@nongnu.org; Wed, 29 May 2013 03:57:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhbGF-0003l2-Qu for qemu-devel@nongnu.org; Wed, 29 May 2013 03:57:36 -0400 Received: from mail-ea0-x232.google.com ([2a00:1450:4013:c01::232]:40274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhbGF-0003kt-KX for qemu-devel@nongnu.org; Wed, 29 May 2013 03:57:31 -0400 Received: by mail-ea0-f178.google.com with SMTP id q16so5037413ead.23 for ; Wed, 29 May 2013 00:57:30 -0700 (PDT) Date: Wed, 29 May 2013 09:57:28 +0200 From: Stefan Hajnoczi Message-ID: <20130529075728.GA20680@stefanha-thinkpad.redhat.com> References: <1369787288-4478-1-git-send-email-alevy@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1369787288-4478-1-git-send-email-alevy@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] Add a stp file for usage from build directory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: pbonzini@redhat.com, qemu-devel@nongnu.org On Tue, May 28, 2013 at 08:28:08PM -0400, Alon Levy wrote: > For systemtap the location of the process being tapped is crucial, as a > result the existing stp file requires installation for use. > > There are now two files: > $(TARGET_DIR)/$(QEMU_PROG).stp-installed: copied to $(tapdir)/$(QEMU_PROG).stp > $(TARGET_DIR)/$(QEMU_PROG).stp: pointing to the built binary, usable > without installation > > To use: > stap -I $(TARGET_DIR) ... > > Signed-off-by: Alon Levy > --- > Makefile.target | 16 +++++++++++++--- > 1 file changed, 13 insertions(+), 3 deletions(-) Thanks, applied to my tracing tree: https://github.com/stefanha/qemu/commits/tracing Stefan