From owner-freebsd-hackers@FreeBSD.ORG Fri Mar 9 04:11:26 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F6A8106564A for ; Fri, 9 Mar 2012 04:11:26 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id EA2E58FC08 for ; Fri, 9 Mar 2012 04:11:25 +0000 (UTC) Received: by werl4 with SMTP id l4so1080264wer.13 for ; Thu, 08 Mar 2012 20:11:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=x3hHjgZhTNBQrEaNVCP0yOAg09Rfv+6D9nL72RH8vK4=; b=mnT9GPdW4iAi7QLdFJLIu0kcVKSRlQj3c89HcA7/AFg251P2i4maK8Jto6AwZaGqho n6sN3QXYhinfn399dlQDsO+oRo8jSUPqNr2FZZ41YP4H9YPL0h2WL7+LfsjtOchZ/IMf 5VZ6jmn7gE3/jsg9mK9hA9eYrLZ3C5rFqrwRBcVB+Tl6dISwBXTtwpEyMdo+nrFehvSZ 5L00xRVMOJYsIh8eb7ey/C3LCB3RO2yZ7WpDHPf9vg7Kd1XcMJZJ/bk0WUURms7eIyCA 30ohI2C+6Ef18RIA/+IUvEFPoa83H+QSny7GEf8sse4jxOFPVgJSUMgSUvuUu9kdkYar gTbA== MIME-Version: 1.0 Received: by 10.180.93.232 with SMTP id cx8mr986668wib.14.1331266284862; Thu, 08 Mar 2012 20:11:24 -0800 (PST) Received: by 10.180.75.41 with HTTP; Thu, 8 Mar 2012 20:11:24 -0800 (PST) In-Reply-To: <1331213272.40718.YahooMailNeo@web120701.mail.ne1.yahoo.com> References: <1331213272.40718.YahooMailNeo@web120701.mail.ne1.yahoo.com> Date: Thu, 8 Mar 2012 23:11:24 -0500 Message-ID: From: Ryan Stone To: "Dr. Baud" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-hackers@freebsd.org" Subject: Re: DTrace built-in variables X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2012 04:11:26 -0000 On Thu, Mar 8, 2012 at 8:27 AM, Dr. Baud wrote: > > > =A0=A0=A0 Are the build-in variables cpu and curcpu supported in a 8.1-RE= LEASE DTrace? > > =A0=A0=A0 Dr. Unfortunately not. However, you can approximate them with (IIRC) curthread->td_oncpu.