]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC of r277177 and r279894 with the fixes for the PMC for Haswell.
authorrrs <rrs@FreeBSD.org>
Tue, 24 Mar 2015 20:00:11 +0000 (20:00 +0000)
committerrrs <rrs@FreeBSD.org>
Tue, 24 Mar 2015 20:00:11 +0000 (20:00 +0000)
commit0444d8258d3c6c2219b8aadd39daf2fe9473512c
tree4d16eb1cb375dcd059efa00e91a45c0fbf17563a
parentf5cf31bac5259172697ccde44e661519990bc4b4
MFC of r277177 and r279894 with the fixes for the PMC for Haswell.

Sponsored by: Netflix Inc.
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]