From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3011 invoked by alias); 16 Aug 2007 18:34:25 -0000 Received: (qmail 1471 invoked by uid 48); 16 Aug 2007 18:34:08 -0000 Date: Fri, 17 Aug 2007 00:39:00 -0000 Message-ID: <20070816183408.1468.qmail@sourceware.org> From: "wcohen at redhat 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-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00358.txt.bz2 ------- Additional Comments From wcohen at redhat dot com 2007-08-16 18:34 ------- On the RHEL4 ia64 2.6.9-55.0.2.EL kernel the "context_switch" is a real function: $ nm /usr/lib/debug/lib/modules/2.6.9-55.0.2.EL/vmlinux |grep context_switch a00000010006a920 t context_switch a00000010006b4e0 T nr_context_switches On the 2.6.23-rc3 kernel built with the RHEL4 gcc 3.4 "context_switch" is inlined. output from ./build-elfutils/tests/dwflmodtest -if -K2.6.23-rc3 kernel/sched.c:1834: context_switch: inline function inlined at kernel/sched.c:3487 (lowpc => no error) (highpc => no error) -- 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.