From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86364 invoked by alias); 23 Nov 2015 02:01:34 -0000 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 Received: (qmail 86345 invoked by uid 89); 23 Nov 2015 02:01:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wm0-f47.google.com Received: from mail-wm0-f47.google.com (HELO mail-wm0-f47.google.com) (74.125.82.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 23 Nov 2015 02:01:32 +0000 Received: by wmww144 with SMTP id w144so86311629wmw.0 for ; Sun, 22 Nov 2015 18:01:29 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.28.3.131 with SMTP id 125mr15256641wmd.64.1448244089790; Sun, 22 Nov 2015 18:01:29 -0800 (PST) Received: by 10.194.116.69 with HTTP; Sun, 22 Nov 2015 18:01:29 -0800 (PST) In-Reply-To: <20151123015101.GC8832@redhat.com> References: <20151121125527.GB8832@redhat.com> <20151123015101.GC8832@redhat.com> Date: Mon, 23 Nov 2015 02:01:00 -0000 Message-ID: Subject: Re: How does stap execute probe aliases? From: Nan Xiao To: "Frank Ch. Eigler" Cc: systemtap@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-q4/txt/msg00167.txt.bz2 Hi Frank, Got it ! Thanks very much for your time and help!! Best Regards Nan Xiao On Mon, Nov 23, 2015 at 9:51 AM, Frank Ch. Eigler wrote: > Hi - > >> BTW, when you mention "context variable", is it equal to "target >> variable"? > > Yeah; we tend to use the former in current discussions. (We should > probably retire the latter from documentation.) > > - FChE