jkoshy 2008-09-22 10:37:02 UTC
FreeBSD src repository
Modified files:
sys/dev/hwpmchwpmc_amd.c hwpmc_mod.c hwpmc_piv.c
hwpmc_ppro.c
sys/kern kern_pmc.c
sys/sys pmckern.h
Log:
SVN rev 183266 on 2008-09-22 10:37:
adrian 2008-03-18 08:39:12 UTC
FreeBSD src repository
Modified files:
sys/dev/hwpmchwpmc_amd.c
Log:
Sign-extend the 48-bit AMD PMC counter before treating it to a 64-bit
2's compliment.
The 2's compliment transform is done so a "count down" sampling interval
can
adrian 2008-03-18 08:36:19 UTC
FreeBSD src repository
Modified files:
sys/dev/hwpmchwpmc_amd.c
Log:
Fix the debugging output - the '0x' was duplicated from the %p option.
Revision ChangesPath
1.15 +1 -1 src/sys/dev/hwpmc/hwpmc_amd.c