summaryrefslogtreecommitdiffstats
path: root/sys/dev/hwpmc/hwpmc_amd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 282641,282658:jhb2015-06-011-23/+23
* hwpmc amd_pcpu_fini: fix a bug in code locked under DEBUGavg2012-09-181-1/+1
* Add software PMC support.fabient2012-03-281-6/+4
* In sys/dev/hwpmc/hwpmc_amd.c, fix a clang warning about invalid enumdim2011-12-311-3/+1
* - Efficiency tweak: when checking for PMC overflows, only go tojkoshy2008-12-021-10/+7
* Correct an indexing error (a change missed out in #184802).jkoshy2008-11-151-1/+1
* - Separate PMC class dependent code from other kinds of machinejkoshy2008-11-091-160/+188
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-3/+3
* Support sparsely numbered CPUs.jkoshy2008-09-221-12/+13
* Sign-extend the 48-bit AMD PMC counter before treating it to a 64-bitadrian2008-03-181-5/+8
* Fix the debugging output - the '0x' was duplicated from the %p option.adrian2008-03-181-1/+1
* Kernel and hwpmc(4) support for callchain capture.jkoshy2007-12-071-12/+16
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-10/+10
* Process one NMI interrupt per handler invocation as the processorjkoshy2005-09-121-4/+9
* Re-enable sampling on the AMD64.jkoshy2005-08-271-5/+0
* Turn off sampling modes on the AMD64 till the time I can track downjkoshy2005-08-221-0/+5
* sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:jkoshy2005-07-091-3/+5
* Fix a -Wuninitialized warning reported by rwatson.jkoshy2005-06-211-1/+2
* MFP4:jkoshy2005-06-091-159/+125
* Kernel hooks to support PMC sampling modes.jkoshy2005-05-301-1/+3
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.jkoshy2005-05-011-11/+31
* Return the correct register number in the 'get_msr()' MD function.jkoshy2005-04-281-7/+20
* Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI headermarcel2005-04-201-2/+1
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...jkoshy2005-04-191-0/+996
OpenPOWER on IntegriCloud