mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ktrace.2: Document KTRFAC_STRUCT_ARRAY.
Sponsored by: DARPA
This commit is contained in:
parent
a2b2e57806
commit
c9c9057c77
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
.\" @(#)ktrace.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd March 30, 2020
|
||||
.Dd November 2, 2022
|
||||
.Dt KTRACE 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -96,6 +96,7 @@ generate much output).
|
|||
.It KTRFAC_CAPFAIL Ta "Trace capability failures."
|
||||
.It KTRFAC_FAULT Ta "Trace page faults."
|
||||
.It KTRFAC_FAULTEND Ta "Trace the end of page faults."
|
||||
.It KTRFAC_STRUCT_ARRAY Ta "Trace arrays of certain data structures."
|
||||
.It KTRFAC_INHERIT Ta "Inherit tracing to future children."
|
||||
.El
|
||||
.Pp
|
||||
|
|
|
|||
Loading…
Reference in a new issue