aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc
Commit message (Expand)AuthorAgeFilesLines
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-4/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-1/+1
* Add stub functions to unbreak LINT.Joseph Koshy2007-12-074-0/+80
* Kernel and hwpmc(4) support for callchain capture.Joseph Koshy2007-12-076-112/+547
* Revert revision 1.4.Joseph Koshy2007-11-291-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-6/+6
* Fix witness(4) warnings about mutex use.Joseph Koshy2007-04-193-20/+30
* Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin2007-02-271-4/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-7/+12
* Declare security and security.bsd sysctl hierarchies in sysctl.h alongRobert Watson2006-09-171-2/+0
* First pass at removing Alpha kernel support.John Baldwin2006-05-111-40/+0
* Change msleep() and tsleep() to not alter the calling thread's priorityJohn Baldwin2006-04-171-8/+1
* Fix a cut-n-paste bug that crept in.Joseph Koshy2006-04-111-2/+2
* Add support for Intel cpu model's 5 & 6.Paul Saab2006-04-041-1/+1
* Forcibly turn off all PMCs at module unload time.Joseph Koshy2006-03-281-0/+6
* MFP4: Support for profiling dynamically loaded objects.Joseph Koshy2006-03-262-16/+189
* When deconfiguring a log, only stop PMCs that are in the RUNNINGJoseph Koshy2006-03-181-1/+2
* When compiled with -DDEBUG, only print the old value of a PMC in aJoseph Koshy2006-03-161-1/+1
* When a process is de-configuring a log file, also stop all of itsJoseph Koshy2006-03-092-5/+8
* Fix a memory leak.Joseph Koshy2006-01-171-5/+7
* - Plug a memory leak: free up per-cpu sample buffers at module unload time.Joseph Koshy2005-12-261-3/+14
* Wrap comment lines to be under 80 characters wide.Joseph Koshy2005-12-261-2/+3
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-054-27/+27
* Add support for a new/unreleased Pentium-M.Paul Saab2005-11-181-1/+1
* Bug fix initialization on multi-core HTT CPUs.Joseph Koshy2005-10-101-46/+59
* 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