aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc
Commit message (Expand)AuthorAgeFilesLines
* 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
* On x86 processors, turn off any 'INTERRUPT' capabilities on PMCsJoseph Koshy2005-08-221-3/+13
* Return EOPNOTSUPP instead of EINVAL if a PMC allocation requestJoseph Koshy2005-08-221-1/+15
* Print PMC capabilities at module load time.Joseph Koshy2005-08-221-3/+9
* Turn off sampling modes on the AMD64 till the time I can track downJoseph Koshy2005-08-221-0/+5
* Fail the module loading process if the currently executing kernelJoseph Koshy2005-07-301-0/+12
* Use LK_CANRECURSE since when a PMC-owning process performs an exec,Joseph Koshy2005-07-171-1/+1
* Convert the atomic_ptr() operations over to operating on uintptr_tJohn Baldwin2005-07-151-1/+2
* Fix breakage introduced in rev 1.7.Joseph Koshy2005-07-141-1/+1
* sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:Joseph Koshy2005-07-095-34/+44
* - Update the CPU version check to recognize P4/EMT64 CPUs. [1]Joseph Koshy2005-07-031-1/+1
* MFP4:Joseph Koshy2005-06-302-24/+30
* Fix a -Wuninitialized warning reported by rwatson.Joseph Koshy2005-06-211-1/+2
* MFP4:Joseph Koshy2005-06-0917-1196/+3896
* Kernel hooks to support PMC sampling modes.Joseph Koshy2005-05-303-3/+6
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.Joseph Koshy2005-05-015-296/+625
* Return the correct register number in the 'get_msr()' MD function.Joseph Koshy2005-04-284-21/+78
* Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI headerMarcel Moolenaar2005-04-206-12/+5
* Remove dead variable.Joseph Koshy2005-04-201-3/+2
* Remove unused variable that was horking up the LINT buildWarner Losh2005-04-191-5/+2
* Minimal changes to get this to compile with -DDEBUG defined as wellWarner Losh2005-04-191-1/+3
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...Joseph Koshy2005-04-196-0/+7086