summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_ktr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a stale comment.jake2002-04-061-4/+0
* Include machine/ktr.h for sparc64 so we pick up KTR_CPU.jake2002-04-061-0/+3
* ktr changes to improve performance and make writing a userland utility tojake2002-04-011-70/+47
* Read KTR_CPU into a temporary variable so that we use a consistent valuejhb2002-03-081-7/+4
* Print parm6 too in the !KTR_EXTEND case.jake2002-01-011-1/+1
* Modify the critical section API as follows:jhb2001-12-181-3/+3
* Use a per-thread variable for keeping state when a thread is processingjhb2001-12-131-10/+8
* Overhaul the per-CPU support a bit:jhb2001-12-111-1/+1
* Missed an assignment of arg6 in previous commit.obrien2001-12-101-0/+1
* Adjust for the addition of CTR6.obrien2001-12-101-1/+1
* - Replace the unused KTR_IDLELOOP trace class with a new KTR_WITNESS tracejhb2001-06-251-14/+17
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-1/+0
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timepeter2001-06-081-3/+3
* Back out part of my previous commit. This was a last minute changepeter2001-06-071-3/+3
* Make the TUNABLE_*() macros look and behave more consistantly like thepeter2001-06-061-6/+6
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-281-4/+4
* - In the KTR_EXTEND case, use a const char * to point to the passed injhb2001-02-201-5/+5
* - Abolish the 'show ktr_first' and 'show ktr_next' commands.jhb2001-02-201-40/+38
* Work around some sizeof(long) != sizeof(int) bogons.jhb2001-02-091-1/+1
* Change the ktr ddb commands to be show commands. The commands are now asjhb2001-02-091-4/+4
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-101-1/+1
* - Move all of the KTR sysctl's under a new debug.ktr mib.jhb2001-01-061-17/+26
* Partially revert revision 1.7: Only use getnanotime instead ofgrog2000-12-291-1/+9
* Add in MI implementations of the KTR trace buffer ddb commands. Thejhb2000-12-151-0/+97
* - Don't bother taking a trace message if we have panic'd since doing sojhb2000-12-121-1/+3
* Ahem, fix the disclaimer portion of the copyright so it disclaim's thejhb2000-11-211-2/+2
* Make ktr_verbose a bit more useful:jhb2000-11-151-0/+5
* Don't overwrite the filename for KTR_EXTEND with "../../kern/kern_ktr.c".jhb2000-11-101-1/+0
* Fix SMP kernel compiles by #include'ing machine/globals.h to get thejhb2000-11-101-0/+1
* - Remove much of the inlining of the KTR tracepoints into a ktr_tracepoint()jhb2000-11-071-2/+86
* Add KTR, a facility that logs kernel events in order to to facilitatejasone2000-09-071-0/+64
OpenPOWER on IntegriCloud