From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21957 invoked by alias); 18 Oct 2007 01:18:36 -0000 Received: (qmail 21947 invoked by uid 22791); 18 Oct 2007 01:18:35 -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:18:33 +0000 Received: from rgmgw1.us.oracle.com (rgmgw1.us.oracle.com [138.1.186.110]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l9I1IGx7003549; Wed, 17 Oct 2007 20:18:16 -0500 Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by rgmgw1.us.oracle.com (Switch-3.2.4/Switch-3.2.4) with ESMTP id l9HM2s4b018296; Wed, 17 Oct 2007 19:18:15 -0600 Received: from dhcp-beijing-cdc-10-182-121-157.cn.oracle.com by acsmt358.oracle.com with ESMTP id 5265522651192670227; Wed, 17 Oct 2007 20:17:07 -0500 Message-ID: <4716B344.6020202@oracle.com> Date: Thu, 18 Oct 2007 01:18: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> In-Reply-To: <471623EA.4020502@redhat.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/msg00192.txt.bz2 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, > > >