From owner-freebsd-arm@FreeBSD.ORG Wed Feb 11 12:14:21 2015 Return-Path: Delivered-To: freebsd-arm@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 2A7C28FF for ; Wed, 11 Feb 2015 12:14:21 +0000 (UTC) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE724803 for ; Wed, 11 Feb 2015 12:14:20 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1YLWBC-0001dV-BQ for freebsd-arm@freebsd.org; Wed, 11 Feb 2015 13:14:11 +0100 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-arm@freebsd.org Subject: Re: DTrace on ARM is now in the tree References: <07404AD4-A38E-4230-A8C1-BE7D9025589D@neville-neil.com> Date: Wed, 11 Feb 2015 13:14:05 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <07404AD4-A38E-4230-A8C1-BE7D9025589D@neville-neil.com> User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: - X-Spam-Score: -1.5 X-Spam-Status: No, score=-1.5 required=5.0 tests=ALL_TRUSTED, BAYES_05 autolearn=disabled version=3.3.1 X-Scan-Signature: 645486d610a00fe5591aab0f6aa1616b X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2015 12:14:21 -0000 On Tue, 10 Feb 2015 20:49:51 +0100, George Neville-Neil wrote: > Howdy, > > There is now nascent support for DTrace for ARM32 in the tree. Only the > BEAGLEBONE config has been updated > to have this support, but it should be tested in more places. Only > simple probes work right now, > but increased support is being worked on as we speak. > > Best, > George Very nice. Can you point out how to test it? What do I need to update in the config? Ronald.