From owner-freebsd-dtrace@FreeBSD.ORG Fri Jun 19 12:55:25 2015 Return-Path: Delivered-To: freebsd-dtrace@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DE2F5F3 for ; Fri, 19 Jun 2015 12:55:25 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A278A1 for ; Fri, 19 Jun 2015 12:55:25 +0000 (UTC) (envelope-from venture37@gmail.com) Received: by wicnd19 with SMTP id nd19so18228168wic.1 for ; Fri, 19 Jun 2015 05:55:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=t6MdloBdP6sqf2IykbV2AGaX1tGyjONGK/XcSr679Gw=; b=PIVXTzBowjyt87MHqp54d07rBRv904pw8d6cmoztBzxXmp1zhC34K0gi7Eg6PFHs/0 Yr56Pe2JXRZBRl7+LWSrFEcYFVoeG64iRqIxJKHf4TnRqJEw6DzUHgEbaBxtTjTFHBcq cF/Z3wz0e4+Ki6fvlp+BpC0BUTb1ufOXW5sZbx8f17KRj2rskZ34G96UkGIlgTi3jGPc xO08SyidnS0EYIJJwrjyGi0Y6fdFi7+2agysbllqmMFRMTBLJZWIai9PWW5prWAO4bCC Zo7N0vaRjJ2Q+MY0uneOg5vNUbrXVwV7dWbRVrIfXbs+QdueK1uljweua3Kta5IyQTJw jb1A== MIME-Version: 1.0 X-Received: by 10.194.82.38 with SMTP id f6mr12787048wjy.16.1434718523388; Fri, 19 Jun 2015 05:55:23 -0700 (PDT) Received: by 10.194.187.234 with HTTP; Fri, 19 Jun 2015 05:55:23 -0700 (PDT) Date: Fri, 19 Jun 2015 13:55:23 +0100 Message-ID: Subject: DTrace Guide From: "Sevan / Venture37" To: "freebsd-dtrace@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "A discussion list for developers working on DTrace in FreeBSD." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2015 12:55:25 -0000 Hiya, The "Illumos Dynamic Tracing Guide" is now complete with images (previously missing) http://dtrace.org/guide There's a heads up from @opensolaris on twitter that https://wikis.oracle.com/display/DTrace/DTrace may be going away. Sevan / Venture37