From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6626 invoked by alias); 15 May 2006 17:41:19 -0000 Received: (qmail 6619 invoked by uid 22791); 15 May 2006 17:41:19 -0000 X-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mga03.intel.com (HELO azsmga101-1.ch.intel.com) (143.182.124.21) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 15 May 2006 17:41:18 +0000 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101-1.ch.intel.com with ESMTP; 15 May 2006 10:41:15 -0700 Received: from scsmsx332.sc.intel.com (HELO scsmsx332.amr.corp.intel.com) ([10.3.90.6]) by azsmga001.ch.intel.com with ESMTP; 15 May 2006 10:25:17 -0700 X-IronPort-AV: i="4.05,130,1146466800"; d="scan'208"; a="36680621:sNHT3761194717" Received: from scsmsx403.amr.corp.intel.com ([10.3.90.18]) by scsmsx332.amr.corp.intel.com with Microsoft SMTPSVC(6.0.3790.211); Mon, 15 May 2006 10:25:12 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: get the mapping of Date: Mon, 15 May 2006 17:41:00 -0000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: get the mapping of thread-index: AcZ3lLGdJXzu++MCTHCdKC7ooD4KQgAr5MoA From: "Stone, Joshua I" To: "Frank Ch. Eigler" , "Li Guanglei" Cc: X-OriginalArrivalTime: 15 May 2006 17:25:12.0632 (UTC) FILETIME=[85E7FB80:01C67844] X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00409.txt.bz2 On Sunday, May 14, 2006 1:25 PM, Frank Ch. Eigler wrote: > Second, probe handlers constructed from distinct probe/alias bodies > may be collapsed, if they turn out to be equivalent after > optimization. One might think of it as a generalization of graydon's > "flavour" calculations in tapsets.cxx. Of course, in the syscall.* case, simply using 'name' will make every handler appear unique... Josh