From owner-freebsd-stable@FreeBSD.ORG Mon Mar 8 15:34:34 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 091ED1065799; Mon, 8 Mar 2010 15:34:33 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 54A9D8FC16; Mon, 8 Mar 2010 15:34:33 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 03E5046B8B; Mon, 8 Mar 2010 10:34:33 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 3D9448A026; Mon, 8 Mar 2010 10:34:32 -0500 (EST) From: John Baldwin To: Robert Watson Date: Mon, 8 Mar 2010 10:00:12 -0500 User-Agent: KMail/1.12.1 (FreeBSD/7.3-CBSD-20100217; KDE/4.3.1; amd64; ; ) References: <20100306164451.00001999@unknown> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201003081000.12656.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Mon, 08 Mar 2010 10:34:32 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.5 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Alexander Leidinger , freebsd-stable@freebsd.org Subject: Re: is dtrace usable? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2010 15:34:34 -0000 On Saturday 06 March 2010 11:00:12 am Robert Watson wrote: > On Sat, 6 Mar 2010, Alexander Leidinger wrote: > > >> Take a look at the DTrace configuration information here: > >> > >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dtrace.html > > > > I've just reread it (despite the fact that I already used it). Some > > comments: > > > > Last time I tried, I didn't see any problems by adding > > makeoptions WITH_CTF=yes > > to the kernel config instead of doing > > make WITH_CTF=1 kernel > > > > Did I miss something, and if not, shouldn't we tell about the > > makeoptions part instead (a kernel rebuild later will not cause > > trouble when someone forgets to do the WITH_CTF part as it is already > > in the kernel makefile)? > > I'll leave John to answer this one, CC line broadended. I would be very surprised if 'makeoptions WITH_CTF=yes' worked. The many times I and others have tried it it did not work. Do you have a log of your build showing the ctfconvert and ctfmerge command lines? -- John Baldwin