From owner-freebsd-stable@FreeBSD.ORG Sat Mar 6 15:09:52 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 6FA2A1065676 for ; Sat, 6 Mar 2010 15:09:52 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4B2798FC15 for ; Sat, 6 Mar 2010 15:09:52 +0000 (UTC) Received: from fledge.watson.org (fledge.watson.org [65.122.17.41]) by cyrus.watson.org (Postfix) with ESMTPS id C13C246B03; Sat, 6 Mar 2010 10:09:51 -0500 (EST) Date: Sat, 6 Mar 2010 15:09:51 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Daniel Braniss In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 15:09:52 -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