From owner-freebsd-current@FreeBSD.ORG Sun Oct 9 12:05:22 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03DC7106566B; Sun, 9 Oct 2011 12:05:22 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id AAD718FC0A; Sun, 9 Oct 2011 12:05:21 +0000 (UTC) Received: by ggeq3 with SMTP id q3so4780327gge.13 for ; Sun, 09 Oct 2011 05:05:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=E6Oe2+11Crs1KE6vYIkDAWzHMvbbM27zc1NKhsIKMUI=; b=Pl5H6ecIJBa4mWBjamu3Zty01XmQEnIlda3imKJXjQrYKuWGu1KBAvnHTBnaNVlJKY aOZriTO16EZyjH3+/hmp5+Su8iBnA5P0tWbm8qgdpHQhVo66h4w8yKpLTyjpK2tYk6JB UEiQa8F5TOgbuFipAx5eUoNfZ61akxsNKkTnE= MIME-Version: 1.0 Received: by 10.236.191.161 with SMTP id g21mr19372125yhn.3.1318161921172; Sun, 09 Oct 2011 05:05:21 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.111.42 with HTTP; Sun, 9 Oct 2011 05:05:21 -0700 (PDT) Date: Sun, 9 Oct 2011 20:05:21 +0800 X-Google-Sender-Auth: Of5c_DR9S8IsegxmS1ULlRtm9mQ Message-ID: From: Adrian Chadd To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org Subject: Is there a step by step howto for dtrace on 9.0 ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2011 12:05:22 -0000 Hi, the subject says it all - does anyone have a step by step howto for doing userland and kernel dtrace on 9.0? Thanks, Adrian