From owner-freebsd-current@FreeBSD.ORG Fri May 6 16:06:44 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD0F916A4D4; Fri, 6 May 2005 16:06:44 +0000 (GMT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66F8043D75; Fri, 6 May 2005 16:06:44 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.13.4/8.13.4) with ESMTP id j46G6eqL022433 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 6 May 2005 12:06:40 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id j46G6Z1Y055701; Fri, 6 May 2005 12:06:35 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17019.38411.47076.244102@grasshopper.cs.duke.edu> Date: Fri, 6 May 2005 12:06:35 -0400 (EDT) To: jkoshy@FreeBSD.ORG (Joseph Koshy) In-Reply-To: <20050506160400.DFDC216A4D5@hub.freebsd.org> References: <17019.35893.652541.618655@grasshopper.cs.duke.edu> <20050506160400.DFDC216A4D5@hub.freebsd.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: freebsd-current@FreeBSD.ORG Subject: Re: hwpmc & sampling X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2005 16:06:44 -0000 Joseph Koshy writes: > > > ag> hwpmc in FreeBSD to do this for me? What I've tried isn't > ag> working, but I may just be an idiot. > > Sampling modes have been turned off in -current (hence the ENOSYS). > > I'm nearly done with their implementation and will be bringing the > code into -current shortly. Ah, that would explain it. I'll watch for the commit. Thanks! Drew