Date: Fri, 2 Apr 2010 13:23:49 +0000 (UTC) From: Fabien Thomas <fabient@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libpmc Makefile libpmc.c pmc.corei7.3 pmc.corei7uc.3 pmc.ucf.3 pmc.westmere.3 pmc.westmereuc.3 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 ... Message-ID: <201004021328.o32DSON1052364@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
fabient 2010-04-02 13:23:49 UTC
FreeBSD src repository
Modified files:
lib/libpmc Makefile libpmc.c
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:
lib/libpmc pmc.corei7.3 pmc.corei7uc.3 pmc.ucf.3
pmc.westmere.3 pmc.westmereuc.3
sys/dev/hwpmc hwpmc_uncore.c hwpmc_uncore.h
Log:
SVN rev 206089 on 2010-04-02 13:23:49Z by fabient
- 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.16 +5 -0 src/lib/libpmc/Makefile
1.26 +174 -7 src/lib/libpmc/libpmc.c
1.1 +1581 -0 src/lib/libpmc/pmc.corei7.3 (new)
1.1 +880 -0 src/lib/libpmc/pmc.corei7uc.3 (new)
1.1 +115 -0 src/lib/libpmc/pmc.ucf.3 (new)
1.1 +1329 -0 src/lib/libpmc/pmc.westmere.3 (new)
1.1 +1083 -0 src/lib/libpmc/pmc.westmereuc.3 (new)
1.10 +10 -1 src/sys/amd64/include/pmc_mdep.h
1.155 +1 -0 src/sys/conf/files.amd64
1.639 +1 -0 src/sys/conf/files.i386
1.382 +1 -0 src/sys/conf/files.pc98
1.9 +636 -406 src/sys/dev/hwpmc/hwpmc_core.c
1.2 +12 -3 src/sys/dev/hwpmc/hwpmc_core.h
1.13 +40 -1 src/sys/dev/hwpmc/hwpmc_intel.c
1.1 +1121 -0 src/sys/dev/hwpmc/hwpmc_uncore.c (new)
1.1 +120 -0 src/sys/dev/hwpmc/hwpmc_uncore.h (new)
1.14 +1536 -565 src/sys/dev/hwpmc/pmc_events.h
1.12 +10 -1 src/sys/i386/include/pmc_mdep.h
1.8 +2 -2 src/sys/modules/hwpmc/Makefile
1.28 +4 -1 src/sys/sys/pmc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004021328.o32DSON1052364>
