From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11980 invoked by alias); 13 Oct 2006 22:37:40 -0000 Received: (qmail 11972 invoked by uid 22791); 13 Oct 2006 22:37:40 -0000 X-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Received: from mga09.intel.com (HELO mga09.intel.com) (134.134.136.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 13 Oct 2006 22:37:37 +0000 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by mga09.intel.com with ESMTP; 13 Oct 2006 15:37:36 -0700 Received: from unix-os.sc.intel.com ([172.25.110.7]) by orsmga001.jf.intel.com with ESMTP; 13 Oct 2006 15:37:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: i="4.09,308,1157353200"; d="scan'208"; a="144748298:sNHT17951234" Received: (from askeshav@localhost) by unix-os.sc.intel.com (8.11.6/8.11.2) id k9DMIFQ15101; Fri, 13 Oct 2006 15:18:15 -0700 Date: Fri, 13 Oct 2006 22:37:00 -0000 From: Keshavamurthy Anil S To: "Stone, Joshua I" Cc: Eugeniy Meshcheryakov , "Keshavamurthy, Anil S" , Systemtap Subject: Re: Stap is translating to functions in __exit sections...and later module load fails Message-ID: <20061013151815.A15085@unix-os.sc.intel.com> Reply-To: Keshavamurthy Anil S References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from joshua.i.stone@intel.com on Fri, Oct 13, 2006 at 03:28:46PM -0700 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-q4/txt/msg00119.txt.bz2 On Fri, Oct 13, 2006 at 03:28:46PM -0700, Stone, Joshua I wrote: > On Friday, October 13, 2006 2:29 PM, Eugeniy Meshcheryakov wrote: > $ stap -p2 -vv -e 'probe kernel.function("exit_pfm_fs"){}' 2>&1 | grep > 'pc=' [root@csdor-tiger1 linux-2.6.19-rc1]# stap -p2 -vv -e 'probe kernel.function("exit_pfm_fs"){}' 2>&1 | grep 'pc=' probe exit_pfm_fs@arch/ia64/kernel/perfmon.c:1507 pc=0x0 -Anil