Date: Fri, 16 Apr 2010 15:45:09 +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 Message-ID: <201004161545.o3GFjSFH044766@repoman.freebsd.org>
index | next in thread | raw e-mail
fabient 2010-04-16 15:45:09 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
lib/libpmc Makefile libpmc.c
Added files: (Branch: RELENG_8)
lib/libpmc pmc.corei7.3 pmc.corei7uc.3 pmc.ucf.3
pmc.westmere.3 pmc.westmereuc.3
Log:
SVN rev 206702 on 2010-04-16 15:45:09Z 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.12.2.2 +5 -0 src/lib/libpmc/Makefile
1.21.2.4 +174 -7 src/lib/libpmc/libpmc.c
1.2.2.2 +1581 -0 src/lib/libpmc/pmc.corei7.3 (new)
1.2.2.2 +880 -0 src/lib/libpmc/pmc.corei7uc.3 (new)
1.2.2.2 +115 -0 src/lib/libpmc/pmc.ucf.3 (new)
1.2.2.2 +1329 -0 src/lib/libpmc/pmc.westmere.3 (new)
1.2.2.2 +1083 -0 src/lib/libpmc/pmc.westmereuc.3 (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004161545.o3GFjSFH044766>
