From owner-cvs-src-old@FreeBSD.ORG Tue Sep 1 17:55:58 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98E711065740 for ; Tue, 1 Sep 2009 17:55:58 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 86C498FC1B for ; Tue, 1 Sep 2009 17:55:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n81HtwQ2017855 for ; Tue, 1 Sep 2009 17:55:58 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n81Htw3R017854 for cvs-src-old@freebsd.org; Tue, 1 Sep 2009 17:55:58 GMT (envelope-from gnn@repoman.freebsd.org) Message-Id: <200909011755.n81Htw3R017854@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gnn@repoman.freebsd.org using -f From: "George V. Neville-Neil" Date: Tue, 1 Sep 2009 17:55:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hwpmc hwpmc_core.c pmc_events.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Sep 2009 17:55:58 -0000 gnn 2009-09-01 17:55:37 UTC FreeBSD src repository Modified files: sys/dev/hwpmc hwpmc_core.c pmc_events.h Log: SVN rev 196739 on 2009-09-01 17:55:37Z by gnn Add counters for the i7 architecture which were accidentally left out of the original commit of i7 support. These are all the counters on pages A-32 and A-33 of the _Intel(R) 64 and IA32 Architectures Software Developer's Manual Vol 3B_, June 2009. Almost all of these counters relate to operations on the L2 cache. Reviewed by: jkoshy MFC after: 1 month Revision Changes Path 1.6 +23 -0 src/sys/dev/hwpmc/hwpmc_core.c 1.10 +59 -3 src/sys/dev/hwpmc/pmc_events.h