From owner-freebsd-current@FreeBSD.ORG Mon Sep 3 12:04:25 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6CA6C1065673 for ; Mon, 3 Sep 2012 12:04:25 +0000 (UTC) (envelope-from fabien.thomas@netasq.com) Received: from work.netasq.com (gwlille.netasq.com [91.212.116.1]) by mx1.freebsd.org (Postfix) with ESMTP id 0787D8FC1E for ; Mon, 3 Sep 2012 12:04:24 +0000 (UTC) Received: from [10.2.1.1] (unknown [10.2.1.1]) by work.netasq.com (Postfix) with ESMTPSA id DEAC327041D4 for ; Mon, 3 Sep 2012 14:04:23 +0200 (CEST) From: Fabien Thomas Content-Type: multipart/signed; boundary="Apple-Mail=_D2EF3AD3-818E-4F0D-B91F-EA6042A7888C"; protocol="application/pkcs7-signature"; micalg=sha1 Date: Mon, 3 Sep 2012 14:04:21 +0200 Message-Id: <0D822C75-7240-42E3-8780-18CABC9C45A1@netasq.com> To: freebsd-current Mime-Version: 1.0 (Apple Message framework v1278) X-Mailer: Apple Mail (2.1278) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: [CFT] hwpmc support for Intel Ivy Bridge X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 03 Sep 2012 12:04:25 -0000 --Apple-Mail=_D2EF3AD3-818E-4F0D-B91F-EA6042A7888C Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Hi, Find a patch that add Intel Ivy Bridge support to hwpmc(9). The patch also support offcore RSP token for Sandy Bridge. Note: No uncore support. Tested on: Intel(R) Xeon(R) CPU E3-1265L V2 @ 2.50GHz (2494.35-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x306a9 Family = 6 Model = 3a Stepping = 9 http://people.freebsd.org/~fabient/patch-hwpmc_ivy_bridge_head cd /usr/src && patch -p0 < patch-hwpmc_ivy_bridge_head and rebuild world. Fabien --Apple-Mail=_D2EF3AD3-818E-4F0D-B91F-EA6042A7888C--