From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17782 invoked by alias); 20 Nov 2007 16:34:01 -0000 Received: (qmail 17771 invoked by uid 22791); 20 Nov 2007 16:33:59 -0000 X-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 20 Nov 2007 16:33:52 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.1) with ESMTP id lAKGXoVt026832 for ; Tue, 20 Nov 2007 11:33:50 -0500 Received: from pobox-3.corp.redhat.com (pobox-3.corp.redhat.com [10.11.255.67]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id lAKGXnah015784 for ; Tue, 20 Nov 2007 11:33:49 -0500 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.yyz.redhat.com [10.15.16.9]) by pobox-3.corp.redhat.com (8.13.1/8.13.1) with ESMTP id lAKGXXrm019246 for ; Tue, 20 Nov 2007 11:33:49 -0500 Received: from ton.toronto.redhat.com (ton.yyz.redhat.com [10.15.16.15]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 888758001FF for ; Tue, 20 Nov 2007 11:33:16 -0500 (EST) Received: from ton.toronto.redhat.com (localhost.localdomain [127.0.0.1]) by ton.toronto.redhat.com (8.13.1/8.13.1) with ESMTP id lAKGX0FC018276 for ; Tue, 20 Nov 2007 11:33:00 -0500 Received: (from fche@localhost) by ton.toronto.redhat.com (8.13.1/8.13.1/Submit) id lAKGX02L018275; Tue, 20 Nov 2007 11:33:00 -0500 X-Authentication-Warning: ton.toronto.redhat.com: fche set sender to fche@redhat.com using -f To: systemtap@sources.redhat.com Subject: Re: [Bug translator/4935] support on-the-fly probe enable/disable syntax References: <20070817183537.4935.fche@redhat.com> <20071116234033.13586.qmail@sourceware.org> From: fche@redhat.com (Frank Ch. Eigler) Date: Tue, 20 Nov 2007 16:34:00 -0000 In-Reply-To: <20071116234033.13586.qmail@sourceware.org> (mhiramat at redhat dot com's message of "16 Nov 2007 23:40:33 -0000") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00373.txt.bz2 Hi - > I developed a patch for the parser and the elabolator to support > this syntax. Currently, this just translates the next script; [...] > This is the first step of this feature, since this patch does not > include optimization code. It is a fine start. Please merge & commit it. Are you planning to write some tests & documentation for this new syntax? The optimization wor (automagic probe disable/enable operations) will be much bigger, and we should share the work. - FChE