From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3228 invoked by alias); 18 Oct 2007 01:47:10 -0000 Received: (qmail 3221 invoked by uid 22791); 18 Oct 2007 01:47:09 -0000 X-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Received: from agminet01.oracle.com (HELO agminet01.oracle.com) (141.146.126.228) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 18 Oct 2007 01:47:07 +0000 Received: from agmgw2.us.oracle.com (agmgw2.us.oracle.com [152.68.180.213]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l9I1kq1V027416; Wed, 17 Oct 2007 20:46:52 -0500 Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by agmgw2.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id l9HM1BeB016124; Wed, 17 Oct 2007 19:46:52 -0600 Received: from dhcp-beijing-cdc-10-182-121-157.cn.oracle.com by acsmt355.oracle.com with ESMTP id 5265564401192672010; Wed, 17 Oct 2007 18:46:50 -0700 Message-ID: <4716BA3B.2030401@oracle.com> Date: Thu, 18 Oct 2007 01:47:00 -0000 From: Wenji Huang User-Agent: Mozilla Thunderbird 1.0.8-1.4.1 (X11/20060420) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Masami Hiramatsu CC: SystemTAP Subject: Re: tsc_khz export problem References: <47157979.3060600@oracle.com> <471623EA.4020502@redhat.com> <4716B344.6020202@oracle.com> In-Reply-To: <4716B344.6020202@oracle.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-IsSubscribed: yes 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/msg00193.txt.bz2 Sorry for the noise, just update the source and find the change. The error no longer occurs. Thanks, Wenji Wenji Huang wrote: > Hi masami-san, > > But the error indeed occurs in my box (i386 - 2.6.22.1/2.6.22.9). > For any script, the compilation pass since there is extern > declaration of tsc_khz in tsc.h. > Finally fail in loading modules. > > Regards, > Wenji > > Masami Hiramatsu wrote: > >> Hi Wenji, >> >> Thank you so much for reporting it. >> In that case, compilation of autoconf-tsc-khz.c must be failed. >> >> Wenji Huang wrote: >> >> >>> Hi, >>> >>> In latest systemtap source, CONFIG_TSC_KHZ is added. But, find one >>> problem about tsc_khz. >>> ----------------------------------------------------- >>> kernel exported declaration(tsc.h) >>> i386 2.6.18 - 2.6.22 no yes >>> i386 2.6.23 yes yes >>> >>> x86_64 2.6.22 yes yes >>> x86_64 2.6.23 yes yes >>> ------------------------------------------------------ >>> So, for i386. in 2.6.18 - 2.6.22. There will be an error reporting >>> "Unknown symbol tsc_khz" when executing any stap script. >>> >>> Regards, >>> wenji >>> >>> >>> >>> >> >> >> Regards, >> >> >> >