From owner-freebsd-current@FreeBSD.ORG Wed Jun 11 06:29:15 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 037E0106564A for ; Wed, 11 Jun 2008 06:29:15 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id BBB6E8FC1B for ; Wed, 11 Jun 2008 06:29:14 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1492920ywe.13 for ; Tue, 10 Jun 2008 23:29:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=SZzj0bf+ix7RFNuOkKBTiH6xzHJ3VRmjhT9GPMyeNqE=; b=KUFbAmLBjRghVqWO/AZeaQYoudzJCR1FVH3YqHtq5h+TxGY6x198UP6vdeN3wcqeGI n0Ho3AzSMCCPTiMX9nB9wFASVTSg/wCh5NgtO3/Kpz9Y/rbpF7ft3rfijvjyytfMQXLR tvAZKppoz91M6piTLeSTakrwKrLEPq6RNn5Q0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=bAnQfUJlaGemrof4sPmE/6iMLCPVnzYrEsaZBrrsdJmDnp21nfWmVbZTqJRoDVxpqY 6GKB/Hs3TQV61RuaMJQJCwGBGqsSnYWc1hpqGu/HC5lwRZHEruZImNEHsQheWOoyBir9 YvVb/MuCofpxdxZvTsxEdFm9aN3H2ZcNiQa9s= Received: by 10.151.111.1 with SMTP id o1mr9920544ybm.194.1213164076809; Tue, 10 Jun 2008 23:01:16 -0700 (PDT) Received: by 10.150.140.14 with HTTP; Tue, 10 Jun 2008 23:01:16 -0700 (PDT) Message-ID: <8cb6106e0806102301q3862635cg1e693a63fbfac83d@mail.gmail.com> Date: Wed, 11 Jun 2008 02:01:16 -0400 From: "Josh Carroll" To: "John Birrell" In-Reply-To: <20080611051257.GA51683@what-creek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080611051257.GA51683@what-creek.com> Cc: current@freebsd.org Subject: Re: Getting started with DTrace in FreeBSD-current (a.k.a. 8) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2008 06:29:15 -0000 > 1. Grab the latest current sources for the entire src tree. > 2. Do a 'make buildworld' of those sources on either a -current system > or a releng7 system. > 3. Add 'options KDTRACE_HOOKS' and 'options DDB_CTF' to your kernel > config file (on i386 or amd64; users of other arches can go watch > a movie instead). Do I need an additional patch on RELENG_7? Trying to build a kernel with "options DDB_CTF" indicates it's an unknown option: /usr/src/sys/i386/conf/DEV: unknown option "DDB_CTF" I grep'd through /usr/src/sys and the only reference to DDB_CTF was in my kernel config file. Thanks! Josh