summaryrefslogtreecommitdiffstats
path: root/sys/sys/ktr.h
Commit message (Expand)AuthorAgeFilesLines
* KTR_CT* had one too many trailing zeroes, making KTR_CT5-8 too large forjake2002-06-231-8/+8
* Wrap the arguments to CTR6() in parentheses so that the u_long casts workjhb2002-04-011-2/+2
* ktr changes to improve performance and make writing a userland utility tojake2002-04-011-51/+16
* Fix two typos, TR6() and ITR6() need to use CTR6(), not CTR5().jhb2001-12-141-2/+2
* Complete the CTR6 addition (and TR6 and ITR6...)obrien2001-12-101-11/+11
* Add a CTR6, we need it now.obrien2001-12-101-0/+8
* Add a hack to get around the fact that egcs 1.1.2 (which I'm using to buildbenno2001-10-151-0/+9
* - Replace the unused KTR_IDLELOOP trace class with a new KTR_WITNESS tracejhb2001-06-251-9/+6
* Add a new psuedo-KTR trace level KTR_ALL which is a mask of all currentlyjhb2001-06-041-0/+1
* - In the KTR_EXTEND case, use a const char * to point to the passed injhb2001-02-201-9/+6
* - Axe unused macros used by BSD/OS in assembly for KTR tracing.jhb2001-02-201-7/+1
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-121-0/+1
* - Remove much of the inlining of the KTR tracepoints into a ktr_tracepoint()jhb2000-11-071-136/+29
* Remove an evil conditional nested include of <sys/systm.h>phk2000-10-301-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+1
* Change "KTR_COMPILE & m" to "KTR_COMPILE & (m)" to allow more flexibledfr2000-09-141-12/+12
* Use '&' instead of '%' to calculate the new value for ktr_idx.dfr2000-09-101-2/+2
* Add KTR, a facility that logs kernel events in order to to facilitatejasone2000-09-071-0/+319
OpenPOWER on IntegriCloud