summaryrefslogtreecommitdiffstats
path: root/sys/dev/hwpmc
Commit message (Expand)AuthorAgeFilesLines
* Declare security and security.bsd sysctl hierarchies in sysctl.h alongrwatson2006-09-171-2/+0
* First pass at removing Alpha kernel support.jhb2006-05-111-40/+0
* Change msleep() and tsleep() to not alter the calling thread's priorityjhb2006-04-171-8/+1
* Fix a cut-n-paste bug that crept in.jkoshy2006-04-111-2/+2
* Add support for Intel cpu model's 5 & 6.ps2006-04-041-1/+1
* Forcibly turn off all PMCs at module unload time.jkoshy2006-03-281-0/+6
* MFP4: Support for profiling dynamically loaded objects.jkoshy2006-03-262-16/+189
* When deconfiguring a log, only stop PMCs that are in the RUNNINGjkoshy2006-03-181-1/+2
* When compiled with -DDEBUG, only print the old value of a PMC in ajkoshy2006-03-161-1/+1
* When a process is de-configuring a log file, also stop all of itsjkoshy2006-03-092-5/+8
* 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
* Wrap comment lines to be under 80 characters wide.jkoshy2005-12-261-2/+3
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-054-27/+27
* Add support for a new/unreleased Pentium-M.ps2005-11-181-1/+1
* Bug fix initialization on multi-core HTT CPUs.jkoshy2005-10-101-46/+59
* 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
* On x86 processors, turn off any 'INTERRUPT' capabilities on PMCsjkoshy2005-08-221-3/+13
* 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
* Turn off sampling modes on the AMD64 till the time I can track downjkoshy2005-08-221-0/+5
* 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
* Fix breakage introduced in rev 1.7.jkoshy2005-07-141-1/+1
* sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:jkoshy2005-07-095-34/+44
* - Update the CPU version check to recognize P4/EMT64 CPUs. [1]jkoshy2005-07-031-1/+1
* MFP4:jkoshy2005-06-302-24/+30
* Fix a -Wuninitialized warning reported by rwatson.jkoshy2005-06-211-1/+2
* MFP4:jkoshy2005-06-0917-1196/+3896
* Kernel hooks to support PMC sampling modes.jkoshy2005-05-303-3/+6
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.jkoshy2005-05-015-296/+625
* Return the correct register number in the 'get_msr()' MD function.jkoshy2005-04-284-21/+78
* Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI headermarcel2005-04-206-12/+5
* Remove dead variable.jkoshy2005-04-201-3/+2
* Remove unused variable that was horking up the LINT buildimp2005-04-191-5/+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-196-0/+7086
OpenPOWER on IntegriCloud