From owner-freebsd-sparc64@FreeBSD.ORG Sat Aug 30 12:09:46 2008 Return-Path: <owner-freebsd-sparc64@FreeBSD.ORG> Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21E231065686; Sat, 30 Aug 2008 12:09:46 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3B2098FC12; Sat, 30 Aug 2008 12:09:45 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <48B93886.3050905@FreeBSD.org> Date: Sat, 30 Aug 2008 14:09:42 +0200 From: Kris Kennaway <kris@FreeBSD.org> User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Ruben de Groot <fbsd-sparc64@bzerk.org> References: <20080830101501.GA42366@ei.bzerk.org> In-Reply-To: <20080830101501.GA42366@ei.bzerk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org, sparc64@freebsd.org Subject: Re: DTrace on sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc <freebsd-sparc64.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64>, <mailto:freebsd-sparc64-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-sparc64> List-Post: <mailto:freebsd-sparc64@freebsd.org> List-Help: <mailto:freebsd-sparc64-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64>, <mailto:freebsd-sparc64-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 30 Aug 2008 12:09:46 -0000 Ruben de Groot wrote: > Is anyone aware of any patches to implement DTrace on sparc64? While > grepping through the kernel source I found it's only implemented in > i386 and amd64. I doubt it. As you found, there is code to be written. Kris