]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC of r277177 and r279894 with the fixes for the PMC for Haswell.
authorrrs <rrs@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 24 Mar 2015 20:00:11 +0000 (20:00 +0000)
committerrrs <rrs@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 24 Mar 2015 20:00:11 +0000 (20:00 +0000)
commitd04a6a1c09a379133d8171e30f1cfaf0296833ff
tree4d16eb1cb375dcd059efa00e91a45c0fbf17563a
parent1ddf73d3749788a27e37ddd830da0b42ea31cd5d
MFC of r277177 and r279894 with the fixes for the PMC for Haswell.

Sponsored by: Netflix Inc.

git-svn-id: svn://svn.freebsd.org/base/stable/10@280455 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
17 files changed:
lib/libpmc/libpmc.c
sys/amd64/conf/GENERIC
sys/dev/hwpmc/hwpmc_core.c
sys/dev/hwpmc/hwpmc_intel.c
sys/dev/hwpmc/hwpmc_logging.c
sys/dev/hwpmc/hwpmc_mod.c
sys/dev/hwpmc/hwpmc_piv.c
sys/dev/hwpmc/hwpmc_uncore.c
sys/dev/hwpmc/hwpmc_x86.c
sys/dev/hwpmc/pmc_events.h
sys/sys/pmc.h
usr.sbin/Makefile
usr.sbin/pmcstudy/Makefile [new file with mode: 0644]
usr.sbin/pmcstudy/eval_expr.c [new file with mode: 0644]
usr.sbin/pmcstudy/eval_expr.h [new file with mode: 0644]
usr.sbin/pmcstudy/pmcstudy.1 [new file with mode: 0644]
usr.sbin/pmcstudy/pmcstudy.c [new file with mode: 0644]