From owner-freebsd-stable@FreeBSD.ORG Sat Mar 6 16:55:08 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 C24A7106566B; Sat, 6 Mar 2010 16:55:08 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id 7ADD28FC13; Sat, 6 Mar 2010 16:55:08 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1NnxHP-00038C-BV; Sat, 06 Mar 2010 18:55:07 +0200 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Robert Watson In-reply-to: References: Comments: In-reply-to Robert Watson message dated "Sat, 06 Mar 2010 15:09:51 +0000." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 06 Mar 2010 18:55:07 +0200 From: Daniel Braniss Message-ID: Cc: 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: Sat, 06 Mar 2010 16:55:08 -0000 > > On Sat, 6 Mar 2010, Daniel Braniss wrote: > > > link_elf_obj: symbol lapic_cyclic_clock_func undefined > > > > when trying > > kldload dtraceall this is with a fearly resent 8-stable > > > > I'm trying to help Rick Maclem debug the NSF/UDP problem, and I thought it > > would be a good chance to learn dtrace, but :-( > > Take a look at the DTrace configuration information here: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dtrace.html > > And here: > > http://wiki.freebsd.org/DTrace > > It looks like options KDTRACE_HOOKS may not be defined in your kernel > configuration, but there are some other details, such as WITH_CTF=1, that > you'll also need to make sure are appropriately set. > > Robert I did all that, but booted the wrong kernel, sorry for the noise danny