From owner-cvs-src-old@FreeBSD.ORG Fri Apr 16 15:44:37 2010 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 10C5A106564A for ; Fri, 16 Apr 2010 15:44:37 +0000 (UTC) (envelope-from fabient@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D511E8FC13 for ; Fri, 16 Apr 2010 15:44:36 +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 o3GFiaMC044616 for ; Fri, 16 Apr 2010 15:44:36 GMT (envelope-from fabient@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3GFiat2044615 for cvs-src-old@freebsd.org; Fri, 16 Apr 2010 15:44:36 GMT (envelope-from fabient@repoman.freebsd.org) Message-Id: <201004161544.o3GFiat2044615@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to fabient@repoman.freebsd.org using -f From: Fabien Thomas Date: Fri, 16 Apr 2010 15:43:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/amd64/include pmc_mdep.h src/sys/conf files.amd64 files.i386 files.pc98 src/sys/dev/hwpmc hwpmc_core.c hwpmc_core.h hwpmc_intel.c hwpmc_uncore.c hwpmc_uncore.h pmc_events.h src/sys/i386/include pmc_mdep.h src/sys/modules/hwpmc ... 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: Fri, 16 Apr 2010 15:44:37 -0000 fabient 2010-04-16 15:43:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/amd64/include pmc_mdep.h sys/conf files.amd64 files.i386 files.pc98 sys/dev/hwpmc hwpmc_core.c hwpmc_core.h hwpmc_intel.c pmc_events.h sys/i386/include pmc_mdep.h sys/modules/hwpmc Makefile sys/sys pmc.h Added files: (Branch: RELENG_8) sys/dev/hwpmc hwpmc_uncore.c hwpmc_uncore.h Log: SVN rev 206701 on 2010-04-16 15:43:24Z by fabient 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. Sponsored by: NETASQ Revision Changes Path 1.8.2.3 +10 -1 src/sys/amd64/include/pmc_mdep.h 1.139.2.7 +1 -0 src/sys/conf/files.amd64 1.625.2.6 +1 -0 src/sys/conf/files.i386 1.376.2.5 +1 -0 src/sys/conf/files.pc98 1.4.4.6 +637 -406 src/sys/dev/hwpmc/hwpmc_core.c 1.1.4.2 +12 -3 src/sys/dev/hwpmc/hwpmc_core.h 1.11.4.2 +40 -1 src/sys/dev/hwpmc/hwpmc_intel.c 1.1.2.2 +1121 -0 src/sys/dev/hwpmc/hwpmc_uncore.c (new) 1.1.2.2 +120 -0 src/sys/dev/hwpmc/hwpmc_uncore.h (new) 1.9.2.3 +1536 -564 src/sys/dev/hwpmc/pmc_events.h 1.10.2.3 +10 -1 src/sys/i386/include/pmc_mdep.h 1.7.2.2 +2 -2 src/sys/modules/hwpmc/Makefile 1.22.2.4 +9 -6 src/sys/sys/pmc.h