From owner-svn-src-stable@FreeBSD.ORG Fri Apr 16 16:18:31 2010 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDA401065673; Fri, 16 Apr 2010 16:18:31 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 5EFB78FC12; Fri, 16 Apr 2010 16:18:31 +0000 (UTC) Received: from compute2.internal (compute2.internal [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id 00137EAF4B; Fri, 16 Apr 2010 12:18:30 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Fri, 16 Apr 2010 12:18:31 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:date:from:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; s=smtpout; bh=mODjQ5Dum9U2xHXPhn1o8eYXt/0=; b=C1LmTy1/PImuYwOX+c6C+123Alsq64lxkNctSLEsZodraleC5QEZBCzE+6xwfSxq2QXiEr6BfRg5d6RkYcnjv4mK7IXr9O+G8boEB72kjK6ifNES/OXo4Knaz6OqEFsXlTiJGOabEyQw/jdtC+VvnNHd7XbzBtIhFsxZTLcHvbk= X-Sasl-enc: rbJZO0AzQVfQmPTy8BKQWfJctTUQMNIbDy+97y3Eu9lF 1271434710 Received: from anglepoise.lon.incunabulum.net (cpc2-dals7-0-0-cust253.hari.cable.virginmedia.com [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 366B53E0D8; Fri, 16 Apr 2010 12:18:30 -0400 (EDT) Message-ID: <4BC88DD3.6000505@incunabulum.net> Date: Fri, 16 Apr 2010 17:18:27 +0100 From: Bruce Simpson User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100406 Thunderbird/3.0.4 MIME-Version: 1.0 To: Fabien Thomas References: <201004161543.o3GFhOtU066515@svn.freebsd.org> In-Reply-To: <201004161543.o3GFhOtU066515@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r206701 - in stable/8/sys: amd64/include conf dev/hwpmc i386/include modules/hwpmc sys X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2010 16:18:32 -0000 Right On Commander! On 04/16/10 16:43, Fabien Thomas wrote: > Log: > MFC r206089, r206684: > > - Support for uncore counting events: one fixed PMC with the uncore > domain clock, 8 programmable PMC. > - Westmere based CPU (Xeon 5600, Corei7 980X) support. > - New man pages with events list for core and uncore. > - Updated Corei7 events with Intel 253669-033US December 2009 doc. > There is some removed events in the documentation, they have been > kept in the code but documented in the man page as obsolete. > - Offcore response events can be setup with rsp token. >