1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

- Remove the bogus reference to the removed KTR_EXTEND option.

- Add ktrdump(8) to the SEE ALSO section.
 - Remove the BUGS section that complains about not having a userland utility
   for viewing ktr data.
This commit is contained in:
Jeff Roberson 2002-10-12 02:45:21 +00:00
parent b2bced0aef
commit 72517de515
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104955

View File

@ -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.