aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2002-10-12 02:45:21 +0000
committerJeff Roberson <jeff@FreeBSD.org>2002-10-12 02:45:21 +0000
commit72517de5155947583ed5012f4bc29ff1b536e541 (patch)
tree77afdfdb8fb2d51456758e9f93d9dd8919e7750d /share
parentb2bced0aefdb9fafa370e17ec2537f3a932ad64c (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ktr.47
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man4/ktr.4 b/share/man/man4/ktr.4
index 09d68c19dd21..99634afb3962 100644
--- a/share/man/man4/ktr.4
+++ b/share/man/man4/ktr.4
@@ -35,7 +35,6 @@
.Cd options KTR_COMPILE=(KTR_LOCK|KTR_INTR|KTR_PROC)
.Cd options KTR_CPUMASK=0x3
.Cd options KTR_ENTRIES=8192
-.Cd options KTR_EXTEND
.Cd options KTR_MASK=(KTR_INTR|KTR_PROC)
.Cd options KTR_VERBOSE
.Sh DESCRIPTION
@@ -163,12 +162,10 @@ output.
Note that the events are displayed in reverse chronological order.
That is, the most recent events are displayed first.
.Sh SEE ALSO
-.Xr ktr 9
+.Xr ktr 9 ,
+.Xr ktrdump 8
.Sh HISTORY
The KTR kernel tracing facility first appeared in
.Bsx 3.0
and was imported into
.Fx 5.0 .
-.Sh BUGS
-Currently there is no userland utility outside of a gdb script to extract
-the event buffer from a kernel crash dump or a running kernel.