From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2834 invoked by alias); 17 Jan 2009 15:18:16 -0000 Received: (qmail 2827 invoked by uid 22791); 17 Jan 2009 15:18:15 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_50,KAM_MX,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 17 Jan 2009 15:17:35 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n0HFHVwQ024248; Sat, 17 Jan 2009 10:17:31 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n0HFHVkF015196; Sat, 17 Jan 2009 10:17:31 -0500 Received: from ton.toronto.redhat.com (ton.yyz.redhat.com [10.15.16.15]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n0HFHVKQ012059; Sat, 17 Jan 2009 10:17:31 -0500 Received: from ton.toronto.redhat.com (localhost.localdomain [127.0.0.1]) by ton.toronto.redhat.com (8.13.1/8.13.1) with ESMTP id n0HFHTcP012017; Sat, 17 Jan 2009 10:17:29 -0500 Received: (from fche@localhost) by ton.toronto.redhat.com (8.13.1/8.13.1/Submit) id n0HFHT3o012016; Sat, 17 Jan 2009 10:17:29 -0500 To: beginner966 Cc: systemtap@sourceware.org Subject: Re: Help required in relation with static probe points, STAP_MARK References: <21481846.post@talk.nabble.com> <496F7104.9010900@redhat.com> <21495877.post@talk.nabble.com> From: fche@redhat.com (Frank Ch. Eigler) Date: Sat, 17 Jan 2009 15:23:00 -0000 In-Reply-To: <21495877.post@talk.nabble.com> (nitin966@gmail.com's message of "Fri, 16 Jan 2009 01:48:57 -0800 (PST)") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2009-q1/txt/msg00167.txt.bz2 beginner966 writes: > I'm using the directions in the given link, by David. However when I > tried = to recompile the kernel, I got the following error message: > VDSO arch/x86/vdso/vdso32-sysenter.so.dbg > CC kernel/sched.o > In file included from kernel/sched.c:31: > include/linux/marker.h:33: error: expected declaration specifiers or ... before 'va_list' > [...] > Kernel version : 2.6.26.5 > Patched with : patch-2.6.26.5-rt9 I don't understand this error. Maybe it's a compiler version issue. Different versions of marker.h use "..." in that declaration. - FChE