Date: Fri, 16 Apr 2010 15:43:24 +0000 (UTC) From: Fabien Thomas <fabient@FreeBSD.org> To: cvs-src-old@freebsd.org 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 ... Message-ID: <201004161544.o3GFiat2044615@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004161544.o3GFiat2044615>