John Baldwin
d8f03321bd
- 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-18 05:15:40 +00:00
2000-09-12 09:49:08 +00:00
2000-11-05 10:41:35 +00:00
2000-11-05 10:41:35 +00:00
2000-08-28 07:56:38 +00:00
2000-09-21 18:43:32 +00:00
2000-10-29 13:57:19 +00:00
2000-10-25 05:19:40 +00:00
2000-10-31 10:58:14 +00:00
2000-10-28 20:27:32 +00:00
2000-08-30 04:49:09 +00:00
2000-10-20 07:58:15 +00:00
2000-10-20 07:58:15 +00:00
2000-10-20 07:58:15 +00:00
2000-10-20 07:58:15 +00:00
2000-11-07 00:45:18 +00:00
2000-10-31 01:34:00 +00:00
2000-10-19 19:53:44 +00:00
2000-11-07 01:49:48 +00:00
2000-10-27 11:45:49 +00:00
2000-10-04 17:40:24 +00:00
2000-10-20 07:28:00 +00:00
2000-10-20 17:54:55 +00:00
2000-10-27 02:59:30 +00:00
2000-09-10 09:13:34 +00:00
2000-09-07 01:33:02 +00:00
2000-10-30 20:30:03 +00:00
2000-09-18 17:03:03 +00:00
2000-10-20 07:58:15 +00:00
2000-10-20 07:58:15 +00:00
2000-10-20 07:58:15 +00:00
2000-10-20 07:58:15 +00:00
2000-10-20 07:52:10 +00:00
2000-07-28 22:40:04 +00:00
2000-09-07 01:33:02 +00:00
2000-10-20 07:58:15 +00:00
2000-10-25 05:19:40 +00:00
2000-09-29 13:32:24 +00:00
2000-10-06 05:20:02 +00:00
2000-10-06 05:20:02 +00:00
2000-10-15 15:19:35 +00:00
2000-07-29 00:16:28 +00:00
2000-09-29 13:36:47 +00:00
2000-09-21 18:43:32 +00:00
2000-10-18 05:15:40 +00:00
2000-09-02 19:17:34 +00:00
2000-09-16 13:43:00 +00:00
2000-10-31 07:05:40 +00:00
2000-10-25 00:01:39 +00:00
2000-08-28 21:11:12 +00:00
2000-10-29 16:57:42 +00:00
2000-10-02 07:13:10 +00:00
2000-10-20 07:58:15 +00:00
2000-10-22 04:48:11 +00:00
2000-10-20 07:58:15 +00:00
2000-10-25 05:19:40 +00:00
2000-10-20 07:58:15 +00:00
2000-10-27 02:59:30 +00:00
2000-10-27 02:59:30 +00:00
2000-09-14 20:10:19 +00:00
2000-10-14 03:56:01 +00:00
2000-08-28 07:56:38 +00:00
2000-08-28 07:50:44 +00:00
2000-10-29 16:06:56 +00:00
2000-10-31 01:34:00 +00:00
2000-10-31 01:34:00 +00:00
2000-10-31 01:34:00 +00:00
2000-10-29 16:06:56 +00:00
2000-09-19 10:28:44 +00:00
2000-10-29 16:06:56 +00:00
2000-09-07 01:33:02 +00:00
2000-10-29 13:57:19 +00:00
2000-10-29 13:57:19 +00:00
2000-10-20 07:58:15 +00:00
2000-09-05 22:11:13 +00:00
2000-09-05 22:11:13 +00:00
2000-09-28 04:41:22 +00:00
2000-11-04 21:55:25 +00:00
2000-10-27 11:45:49 +00:00
2000-09-21 18:43:32 +00:00
2000-10-29 21:38:28 +00:00
2000-11-02 21:14:13 +00:00
2000-09-17 07:26:42 +00:00
2000-10-29 13:57:19 +00:00
2000-11-01 17:57:24 +00:00
2000-11-02 21:42:54 +00:00
2000-11-02 21:14:13 +00:00
2000-09-06 17:51:54 +00:00
2000-09-17 07:26:42 +00:00
2000-10-29 13:57:19 +00:00
2000-11-02 21:42:54 +00:00
2000-11-02 21:14:13 +00:00
2000-11-02 21:14:13 +00:00
2000-11-01 17:57:24 +00:00