From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42662 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pq2p8-0005BV-Hh for qemu-devel@nongnu.org; Thu, 17 Feb 2011 07:19:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pq2p7-00038G-JY for qemu-devel@nongnu.org; Thu, 17 Feb 2011 07:19:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:17500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pq2p7-000383-Ax for qemu-devel@nongnu.org; Thu, 17 Feb 2011 07:19:05 -0500 Message-ID: <4D5D1235.70202@redhat.com> Date: Thu, 17 Feb 2011 13:19:01 +0100 From: Jes Sorensen MIME-Version: 1.0 References: <1297773281-4959-1-git-send-email-Jes.Sorensen@redhat.com> <4D5D119E.6070602@redhat.com> In-Reply-To: <4D5D119E.6070602@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2] tracetool: Add optional argument to specify dtrace probe names List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com On 02/17/11 13:16, Paolo Bonzini wrote: > On 02/15/2011 01:34 PM, Jes.Sorensen@redhat.com wrote: >> - if [ -z "$binary" ]; then >> + if [ -z "$probeprefix" -a -z "$binary" ]; then >> echo "--binary is required for SystemTAP tapset generator" >> exit 1 >> fi > > --binary is always required, even with --probe-prefix, since it is used for > > +probe $probeprefix.$name = process("$binary").mark("$name") > > Paolo The patch was acked like this upstream, so if I broke something with this, please note it there too. I didn't think it was necessary, but I'll check. Thanks, Jes