From owner-freebsd-dtrace@FreeBSD.ORG Tue Feb 25 14:16:38 2014 Return-Path: Delivered-To: freebsd-dtrace@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3AC6980 for ; Tue, 25 Feb 2014 14:16:38 +0000 (UTC) Received: from mail-qa0-x233.google.com (mail-qa0-x233.google.com [IPv6:2607:f8b0:400d:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 73D271D63 for ; Tue, 25 Feb 2014 14:16:38 +0000 (UTC) Received: by mail-qa0-f51.google.com with SMTP id j7so283508qaq.10 for ; Tue, 25 Feb 2014 06:16:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=sJS5an8CrBse1q7CNkR2lcyf20g7wCxG6gmO96TLjCE=; b=zmbkWkjBUZBCzijLypm0sQ2auS9LLpVlXx393MeXAh2yNGOGBoPuTWv1w26wN0GMYj rDqm9w64EofoJMdjGc4fyFgBwz92MKHdcyyclCRnpteoS0d7mSfzPzZOrcHtDtAPaGXr b+ycvvc0vsY1c4x+QDFfNgrxdc8okborlgkrJE+5keDoOjqzY95WUX6kkNv5U4uR1JnV fcqU3BqOnHI2VBLGlL76UpE3CDBSZGLBFkVxSuId8wlElAxKPLwAn5NY3qugq93QI26I EwWuEATjXamsfE9Ci0SByZb9BST+ndYERW2P14E+DTvdClKzI5WNsNz339ZNp4pqwG6J 7YiA== X-Received: by 10.229.183.200 with SMTP id ch8mr2363331qcb.17.1393337796616; Tue, 25 Feb 2014 06:16:36 -0800 (PST) MIME-Version: 1.0 Sender: fedor.indutny@gmail.com Received: by 10.96.127.74 with HTTP; Tue, 25 Feb 2014 06:16:15 -0800 (PST) From: Fedor Indutny Date: Tue, 25 Feb 2014 18:16:15 +0400 X-Google-Sender-Auth: _mCl9JmZBx4HVdlsbi5LgrCz73o Message-ID: Subject: DTrace fixes for node.js To: freebsd-dtrace@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 25 Feb 2014 14:16:38 -0000 Hello devs! I have made some fixes to fix DTrace support for node.js in FreeBSD: * http://www.freebsd.org/cgi/query-pr.cgi?pr=186821 * http://www.freebsd.org/cgi/query-pr.cgi?pr=187027 Here is a blog post with a bit of explanation of why this is needed and what is fixed: https://blog.indutny.com/7.freebsd-dtrace Please let me know if I could be any help in reviewing it. Cheers, Fedor.