jhb a147dbcf93 - Remove much of the inlining of the KTR tracepoints into a ktr_tracepoint()
function declared in kern_ktr.c.  The only inline checks left are the
  checks that compare KTR_COMPILE with the supplied mask and thus should
  be optimized away into either nothing or a direct call to ktr_tracepoint().
- Move several KTR-related options to opt_ktr.h now that they are only
  needed by kern_ktr.c and not by ktr.h.
- Add in the ktr_verbose functionality if KTR_EXTEND is turned on.  If the
  global variable 'ktr_verbose' is non-zero, then KTR messages will be
  dumped to the console.  This variable can be set by either kernel code
  or via the 'debug.ktr_verbose' sysctl.  It defaults to off unless the
  KTR_VERBOSE kernel option is specified in which case it defaults to on.
  This can be useful when the machine locks up spinning in a loop with
  interrupts disabled as you might be able to see what it is doing when it
  locks up.

Requested by:	phk
2000-11-07 01:49:48 +00:00
..
2000-10-16 20:04:52 +00:00
2000-01-11 15:35:16 +00:00
2000-01-11 15:35:16 +00:00
2000-01-11 15:35:16 +00:00
2000-01-11 15:35:16 +00:00
2000-10-13 13:02:17 +00:00
2000-03-13 09:13:01 +00:00
2000-10-09 13:41:07 +00:00
2000-10-29 16:57:42 +00:00
1999-08-28 01:08:13 +00:00