From owner-freebsd-dtrace@freebsd.org Fri Apr 15 16:43:10 2016 Return-Path: Delivered-To: freebsd-dtrace@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8290AAEEC32 for ; Fri, 15 Apr 2016 16:43:10 +0000 (UTC) (envelope-from lacey.leanne@gmail.com) Received: from mail-pf0-x22a.google.com (mail-pf0-x22a.google.com [IPv6:2607:f8b0:400e:c00::22a]) (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 540001AFD for ; Fri, 15 Apr 2016 16:43:10 +0000 (UTC) (envelope-from lacey.leanne@gmail.com) Received: by mail-pf0-x22a.google.com with SMTP id n1so58480052pfn.2 for ; Fri, 15 Apr 2016 09:43:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:subject:to:references:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=CP0zxXyDYfd5MRDz7nFgahwTcuogxUQEQslby71/Eg8=; b=FeSRudwSxSOQ2E93HydbToibdJ0e0kS0dquVhQOn5XnrDS/Xpnw4LcErnwgdxRRGZi a2PQgCk7NNGfK9YxIEJ57GpNh0eayXzq8X9yAkT1+n66CE0I7xcHSYwE+y28BKzhry47 lL89gWtUT/9AkZ0u9+oYpJ9x1DjeeWbpYrwwD6aM2Jwh7+Run+B0eA/tiMg6WwxpfJQW HL80KuQflY9oX6b7qN4kRWTkmysfiOvxSDRCtoNASELBPg6guC6YthfqYOD6fu/LgDRi Wep6SM74BAyBaXJXEWmS5V2CV6R9TRjzAvenGr5eOgY+ub8Xc3odq5NIzanHBYyBc9IJ 6d3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=CP0zxXyDYfd5MRDz7nFgahwTcuogxUQEQslby71/Eg8=; b=aPMhYRIEz+rB9RwuSbeGX3HL5enVDg/X7PoY6L5V45pdAMTreK+WLMTHeaNQfWLZwQ 2ga/6VjHCo0YUsdUafYnEOMUxbkZiploEDEgXRIQ9xzjj59l/YYYnBLKBucPjZX81jki 73telHriuRjOQ/RmiG0+ARRHJNx05oQeSifGtNgKqZrdgH1QILJMq/PQ3QTJDbTnlp6H UeKgMhk3nhxrjhW2WjL2kZzV2d1LI2p5O0ydyDOZe7PvdVH9QtOKwb/IQZ1yTaoUuNof TLoZHQ8BhYUIO3B/SV7Mx23GydadIduvhqcCOiv22FU84tod2xEMF3wLZwbgI/DXIcw6 ZCwg== X-Gm-Message-State: AOPr4FUPuX4xhPVKqOON0qckVABL2M3AkBaBcUtnoHcGU+qrbMGYSNkB7UuCr6+RJeJVWw== X-Received: by 10.98.28.206 with SMTP id c197mr5761048pfc.131.1460738589869; Fri, 15 Apr 2016 09:43:09 -0700 (PDT) Received: from [192.168.0.3] ([162.247.40.130]) by smtp.gmail.com with ESMTPSA id qy7sm66018129pab.34.2016.04.15.09.43.07 for (version=TLSv1/SSLv3 cipher=OTHER); Fri, 15 Apr 2016 09:43:08 -0700 (PDT) From: Lacey Powers Subject: Re: CFT: replacement of cddl/contrib/opendtrace with the OpenDTrace version To: freebsd-dtrace@freebsd.org References: <59138256-95CC-4E43-9672-8F3486D37B6C@freebsd.org> <20160414174124.GA77940@wkstn-mjohnston.west.isilon.com> Message-ID: <57111A1B.2030708@gmail.com> Date: Fri, 15 Apr 2016 09:43:07 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <20160414174124.GA77940@wkstn-mjohnston.west.isilon.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.21 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, 15 Apr 2016 16:43:10 -0000 Hello, I have a couple of quick questions. =) Is this going to replace: http://www.freshports.org/sysutils/DTraceToolkit/ ? And is this already open for contribution for translated and for new FreeBSD DTrace scripts? Regards, Lacey On 04/14/2016 10:41, Mark Johnston wrote: > On Wed, Apr 13, 2016 at 07:38:22PM -0700, George Neville-Neil wrote: >> Howdy, >> >> I've created a new project and organization on githhub for maintaining >> bits of DTrace, including the DTrace Toolkit. I have imported the last >> known version of the toolkit into this repo: >> >> https://github.com/opendtrace/toolkit >> >> I have then applied all the changes made by Rui Paolo, Ed Maste and >> myself within a "freebsd" branch in that repo. >> >> Before 11.0 I intend to remove the toolkit from the FreeBSD repo and >> maintain it separately, along with scripts and versions for the other >> operating systems that support DTrace. I'd like folks to test this >> replacement on FreeBSD. It should be as simple as: > Thanks for doing this. I've long felt that the toolkit would make more > sense as a port. > >> ?> rm /usr/src/cddl/contrib/dtracetoolkit >> ?> git clonehttps://github.com/opendtrace/toolkit.git >> ?> git checkout -b freebsd >> >> I've tested this locally on my systems but I'd like to hear feedback >> from others before I pull the scripts from our tree. > I'm able to clone the repo, if that's what you're asking. > _______________________________________________ > freebsd-dtrace@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-dtrace > To unsubscribe, send any mail to"freebsd-dtrace-unsubscribe@freebsd.org"