aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/pmckern.h
Commit message (Expand)AuthorAgeFilesLines
* hwpmc: partially depessimize munmap handling if the module is not loadedMateusz Guzik2017-01-241-0/+3
* Use __predict_false() on sensitive lock paths as most of the times,Attilio Rao2014-01-071-2/+2
* Rename the kld_unload event handler to kld_unload_try, and add a newMark Johnston2013-08-241-2/+2
* Add a generic way to call per event allocate / release function.Fabien Thomas2013-03-051-2/+7
* Remove unncessary atomic operation when reading process flags inJim Harris2012-08-221-2/+1
* Add software PMC support.Fabien Thomas2012-03-281-0/+97
* Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-2/+2
* Support sparsely numbered CPUs.Joseph Koshy2008-09-221-3/+12
* Kernel and hwpmc(4) support for callchain capture.Joseph Koshy2007-12-071-2/+7
* MFP4: Support for profiling dynamically loaded objects.Joseph Koshy2006-03-261-2/+16
* Fail the module loading process if the currently executing kernelJoseph Koshy2005-07-301-0/+3
* MFP4:Joseph Koshy2005-06-301-0/+5
* MFP4:Joseph Koshy2005-06-091-4/+6
* Kernel hooks to support PMC sampling modes.Joseph Koshy2005-05-301-16/+25
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...Joseph Koshy2005-04-191-0/+93