From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVHLO-00034j-GE for qemu-devel@nongnu.org; Mon, 05 Nov 2012 02:43:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVHLN-00089K-Cs for qemu-devel@nongnu.org; Mon, 05 Nov 2012 02:43:38 -0500 Received: from mail-bk0-f45.google.com ([209.85.214.45]:52564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVHLN-00089A-61 for qemu-devel@nongnu.org; Mon, 05 Nov 2012 02:43:37 -0500 Received: by mail-bk0-f45.google.com with SMTP id jf3so1677735bkc.4 for ; Sun, 04 Nov 2012 23:43:36 -0800 (PST) Date: Mon, 5 Nov 2012 08:43:33 +0100 From: Stefan Hajnoczi Message-ID: <20121105074333.GA4502@stefanha-thinkpad.redhat.com> References: <1351857653-2135-1-git-send-email-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1351857653-2135-1-git-send-email-berrange@redhat.com> Subject: Re: [Qemu-devel] [PATCH trace] Avoid all systemtap reserved words List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org, Stefan Hajnoczi On Fri, Nov 02, 2012 at 12:00:53PM +0000, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Over time various systemtap reserved words have been blacklisted > in the trace backend generator. The list is not complete though, > so there is continued risk of problems in the future. Preempt > such problems by specifying the full list of systemtap keywords > listed in its parser as identified here: > > http://sourceware.org/ml/systemtap/2012-q4/msg00157.html > > Signed-off-by: Daniel P. Berrange > --- > scripts/tracetool/backend/dtrace.py | 11 ++++++++++- > 1 file changed, 10 insertions(+), 1 deletion(-) Thanks, applied to the tracing tree: https://github.com/stefanha/qemu/commits/tracing Stefan