From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15525 invoked by alias); 9 Mar 2006 02:26:23 -0000 Received: (qmail 15513 invoked by uid 48); 9 Mar 2006 02:26:20 -0000 Date: Thu, 09 Mar 2006 02:26:00 -0000 Message-ID: <20060309022620.15512.qmail@sourceware.org> From: "bibo dot mao at intel dot com" To: systemtap@sources.redhat.com In-Reply-To: <20060309021213.2436.bibo.mao@intel.com> References: <20060309021213.2436.bibo.mao@intel.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/2436] inline function context_switch in IA64 platfrom X-Bugzilla-Reason: AssignedTo 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-q1/txt/msg00739.txt.bz2 ------- Additional Comments From bibo dot mao at intel dot com 2006-03-09 02:26 ------- I run test case in elfutils-0.119 package, elfutils-0.119/tests/dwflmodtest, by the command "./dwflmodtest -i -f -k", about inline function context_switch, it shows: kernel/sched.c:1511: context_switch: inline function inlined from ??? (lowpc => no error) (highpc => no error) It seems that inline instance has been found, but attributes(file, lineno,lowpc, highpc) about the inline instance is null. It means that it can not find instance's position is kernel image. So I think the dwarf information is incomplete. And in IA32 platform, dwarf information includes lowpc highpc attributes, it shows like this: kernel/sched.c:1518: context_switch: inline function inlined from ??? 0xc02ac91e..0xc02aca7c -- http://sourceware.org/bugzilla/show_bug.cgi?id=2436 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.