summaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc/hwpmc_amd.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvsKen Smith2009-05-011-1/+1
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-051-10/+10
* Process one NMI interrupt per handler invocation as the processorJoseph Koshy2005-09-121-4/+9
* Re-enable sampling on the AMD64.Joseph Koshy2005-08-271-5/+0
* Turn off sampling modes on the AMD64 till the time I can track downJoseph Koshy2005-08-221-0/+5
* sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:Joseph Koshy2005-07-091-3/+5
* Fix a -Wuninitialized warning reported by rwatson.Joseph Koshy2005-06-211-1/+2
* MFP4:Joseph Koshy2005-06-091-159/+125
* Kernel hooks to support PMC sampling modes.Joseph Koshy2005-05-301-1/+3
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.Joseph Koshy2005-05-011-11/+31
* Return the correct register number in the 'get_msr()' MD function.Joseph Koshy2005-04-281-7/+20
* Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI headerMarcel Moolenaar2005-04-201-2/+1
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...Joseph Koshy2005-04-191-0/+996