summaryrefslogtreecommitdiffstats
path: root/sys/dev/hwpmc/hwpmc_mod.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a memory leak.jkoshy2006-01-171-5/+7
* - Plug a memory leak: free up per-cpu sample buffers at module unload time.jkoshy2005-12-261-3/+14
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-14/+14
* Return EOPNOTSUPP instead of EINVAL if a PMC allocation requestjkoshy2005-08-221-1/+15
* Print PMC capabilities at module load time.jkoshy2005-08-221-3/+9
* Fail the module loading process if the currently executing kerneljkoshy2005-07-301-0/+12
* Use LK_CANRECURSE since when a PMC-owning process performs an exec,jkoshy2005-07-171-1/+1
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-151-1/+2
* sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:jkoshy2005-07-091-13/+13
* MFP4:jkoshy2005-06-301-17/+20
* MFP4:jkoshy2005-06-091-884/+1265
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.jkoshy2005-05-011-140/+258
* Return the correct register number in the 'get_msr()' MD function.jkoshy2005-04-281-7/+24
* Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI headermarcel2005-04-201-2/+0
* Remove dead variable.jkoshy2005-04-201-3/+2
* Minimal changes to get this to compile with -DDEBUG defined as wellimp2005-04-191-1/+3
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...jkoshy2005-04-191-0/+3671
OpenPOWER on IntegriCloud