From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSY6M-0005t7-Su for qemu-devel@nongnu.org; Mon, 02 Mar 2015 16:42:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSY6I-0004qE-NW for qemu-devel@nongnu.org; Mon, 02 Mar 2015 16:42:10 -0500 Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]:42156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSY6I-0004q3-HA for qemu-devel@nongnu.org; Mon, 02 Mar 2015 16:42:06 -0500 Received: by wghl2 with SMTP id l2so36249229wgh.9 for ; Mon, 02 Mar 2015 13:42:05 -0800 (PST) Date: Mon, 2 Mar 2015 15:42:01 -0600 From: Stefan Hajnoczi Message-ID: <20150302214201.GA4114@stefanha-thinkpad.redhat.com> References: <1408012763-18919-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline In-Reply-To: <1408012763-18919-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH] trace: add DTrace reserved words for .d files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: henkpoley@gmail.com, qemu-devel@nongnu.org, =?iso-8859-1?Q?Llu=EDs?= Vilanova --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 14, 2014 at 11:39:23AM +0100, Stefan Hajnoczi wrote: > DTrace on Mac OS X fails due to trace events using 'self' as an argument > name: >=20 > GEN trace/generated-tracers-dtrace.h > dtrace: failed to compile script trace/generated-tracers-dtrace.dtrace: l= ine 1330: syntax error, unexpected DT_KEY_SELF, expecting ) near "self" > make: *** [trace/generated-tracers-dtrace.h] Error 1 >=20 > Filter argument names according to the list of DTrace .d file reserved > keywords. >=20 > Note that DTrace on Mac and Linux still do not work after this patch. > There are additional build issues remaining. >=20 > Reported-by: Henk Poley > Tested-by: Henk Poley > Cc: Llu=EDs Vilanova > Signed-off-by: Stefan Hajnoczi > --- > scripts/tracetool/format/d.py | 26 +++++++++++++++++++------- > 1 file changed, 19 insertions(+), 7 deletions(-) Thanks, applied to my tracing tree: https://github.com/stefanha/qemu/commits/tracing Stefan --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJU9NkpAAoJEJykq7OBq3PIYdMH/1ZWDuuDatN30frAndeDOI+z ZKw8S+xMGsuCnhxX1rcaoMhM0dhjDVum2K4y+nBrtQ0wI1L712PwgEU62anHWTVW ZqKhCJWp5Az+7EViiqigbleycqwNww7eSxAJ3w+UDSBlKg7NvULutj5g/8uHpCq7 8jJ105zJFQBM/xihYsWcccR4/6bxbeHA/meQbZZxZ0wW7NMuEGIuNkPU/MlTFCdn 3LCZEdT3BY8TdSb/kBiVQE/FshkmUp6KSeHufzIMd2s9SuZk551JXezB9IBgS1+p SmKrAjg3kRBqstDkItqWjpVJy3ytnlh2NiRE6uRkJ8LQwQpVrH/u8r8lUqMe70g= =54nh -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE--