summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorMatt Macy <mmacy@FreeBSD.org>2018-05-26 19:29:19 +0000
committerMatt Macy <mmacy@FreeBSD.org>2018-05-26 19:29:19 +0000
commit959826ca1bb0a42ddd624bf1803ae2957a3282f3 (patch)
treec994717317a845c2afb2fd2d79beb650af57fafd /Makefile.inc1
parent5506ceb87fa19140863b4e3ee978f631ccc4cf74 (diff)
downloadsrc-test2-959826ca1bb0a42ddd624bf1803ae2957a3282f3.tar.gz
src-test2-959826ca1bb0a42ddd624bf1803ae2957a3282f3.zip
pmc(3)/hwpmc(4): update supported Intel processors to rely fully on the
vendor provided pmu-events tables and sundry cleanups. The vendor pmu-events tables provide counter descriptions, default sample rates, event, umask, and flag values for all the counter configuration permutations. Using this gives us: - much simpler kernel code for the MD component - helpful long and short event descriptions - simpler user code - sample rates that won't overload the system Update man page with newer sample types and remove unused sample type.
Notes
Notes: svn path=/head/; revision=334244
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 970ba0248c0c..827838a0fa8d 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2031,7 +2031,7 @@ _libmagic=lib/libmagic
.endif
.if ${MACHINE_CPUARCH} == "amd64"
-_jevents=lib/libpmcstat/pmu-events
+_jevents=lib/libpmc/pmu-events
.endif
# kernel-toolchain skips _cleanobj, so handle cleaning up previous