From owner-freebsd-current@FreeBSD.ORG Sun Nov 13 20:52:37 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D2831065677 for ; Sun, 13 Nov 2011 20:52:37 +0000 (UTC) (envelope-from davide.italiano@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 506BF8FC0A for ; Sun, 13 Nov 2011 20:52:37 +0000 (UTC) Received: by vcbfo14 with SMTP id fo14so6733161vcb.13 for ; Sun, 13 Nov 2011 12:52:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=iVME6WyJzsnMd4Gah/oYmhR5KtT+328eytwZkX46MEE=; b=PjFg6PbMLSSlBCRo8XT3ea8GcIbqjWQ2ppsOfEnEw23OkjgMwqG8MPmzs08gxAQ9uu xe+Y0XtYy6wbeGxJwh/S4/KoJE2moaq6SLU00uztOFvXE5Sl8gxsJGl7/ADYcGc83ZwV YMhv/naUC9GbZlbukZFxjRl0/WR6STDGIvdio= MIME-Version: 1.0 Received: by 10.52.90.77 with SMTP id bu13mr32020593vdb.34.1321217556524; Sun, 13 Nov 2011 12:52:36 -0800 (PST) Received: by 10.52.156.135 with HTTP; Sun, 13 Nov 2011 12:52:36 -0800 (PST) Date: Sun, 13 Nov 2011 21:52:36 +0100 Message-ID: From: Davide Italiano To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: [PATCH] Intel Sandy Bridge support for hwpmc 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: Sun, 13 Nov 2011 20:52:37 -0000 Good evening folks. During last days I've written a patch to add sandy bridge support to hwpmc. Until now, the most recent Intel processor microarchitecture supported was Westmere. Testing is appreciated, in order to see if there's something that have to be fixed. You can find the diff here: http://davit.altervista.rg/hwpmc_sandy_bridge.diff I'd like to thanks a lot attilio@ that helped me to fix a bug and gnn@ and fabient@ for the useful suggestions. Best Davide