summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_evcount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Get rid of evcount's support for arranging counters in a treematthew2010-09-201-29/+4
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-1/+2
* Kill unused code.grange2006-10-171-6/+1
* ansi and deregister. No binary change.jsg2005-12-091-15/+6
* Do not provide the KERN_EMUL, KERN_EVCOUNT, KERN_INTRCNT, KERN_PROC* andmiod2004-12-241-1/+4
* Kill __HAVE_EVCOUNT, now that all architectures provide them.miod2004-11-261-5/+1
* ec_count32 was a bad idea; remove it for good.miod2004-09-291-42/+1
* change KERN_INTRCNT_CNT to return a quad; ok teduderaadt2004-09-231-3/+2
* splhigh around ec_count fetches -- sorry art; ok aaronderaadt2004-06-281-4/+11
* Add new, generic ``evcount'' event counter API to the kernel. From art@,aaron2004-06-281-0/+188