aboutsummaryrefslogtreecommitdiff
path: root/lib/libpmc/Makefile
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2013-01-31 22:09:53 +0000
committerSean Bruno <sbruno@FreeBSD.org>2013-01-31 22:09:53 +0000
commit3f929d8cddc7659506876e6c9ac5850a2f673be7 (patch)
tree8f4a46dceb47b33d4556a914aafec43a538d7ab7 /lib/libpmc/Makefile
parentf9b7cc523d0ae719882e339bd893c29a34e8165e (diff)
downloadsrc-3f929d8cddc7659506876e6c9ac5850a2f673be7.tar.gz
src-3f929d8cddc7659506876e6c9ac5850a2f673be7.zip
Update hwpmc to support the Xeon class of Ivybridge processors.
case 0x3E: /* Per Intel document 325462-045US 01/2013. */ Add manpage to document all the goodness that is available in this processor model. No support for uncore events at this time. Submitted by: hiren panchasara <hiren.panchasara@gmail.com> Reviewed by: davide, jimharris, sbruno Obtained from: Yahoo! Inc. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=246166
Diffstat (limited to 'lib/libpmc/Makefile')
-rw-r--r--lib/libpmc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpmc/Makefile b/lib/libpmc/Makefile
index f59dc2b8de83..c15d38aa1d08 100644
--- a/lib/libpmc/Makefile
+++ b/lib/libpmc/Makefile
@@ -29,6 +29,7 @@ MAN+= pmc.core.3
MAN+= pmc.core2.3
MAN+= pmc.iaf.3
MAN+= pmc.ivybridge.3
+MAN+= pmc.ivybridgexeon.3
MAN+= pmc.ucf.3
MAN+= pmc.k7.3
MAN+= pmc.k8.3