mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document KTRFAC_FAULT and KTRFAC_FAULTEND.
Obtained from: CheriBSD (9d70f563f1b033e6a9b51eaf3b145a8cbbc6617c) MFC after: 1 week Sponsored by: DARPA, AFRL
This commit is contained in:
parent
c03094a4b6
commit
f2ffcf4c85
1 changed files with 3 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
.\" @(#)ktrace.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd October 10, 2011
|
||||
.Dd March 31, 2016
|
||||
.Dt KTRACE 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -94,6 +94,8 @@ generate much output).
|
|||
.It KTRFAC_PROCCTOR Ta "Trace process construction."
|
||||
.It KTRFAC_PROCDTOR Ta "Trace process destruction."
|
||||
.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_INHERIT Ta "Inherit tracing to future children."
|
||||
.El
|
||||
.Pp
|
||||
|
|
|
|||
Loading…
Reference in a new issue