summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2016-04-13 16:45:17 +0000
committerbrooks <brooks@FreeBSD.org>2016-04-13 16:45:17 +0000
commita96e6cea4d5e111b3a0f24aeed276e0a29fcf319 (patch)
tree6bfaa44de6774a3bc417740cba3e03e6e1741885 /lib/libc/sys
parent4e6bbd6d779cabfaeba3bb158b9b7b8cf8c9d8fb (diff)
downloadFreeBSD-src-a96e6cea4d5e111b3a0f24aeed276e0a29fcf319.zip
FreeBSD-src-a96e6cea4d5e111b3a0f24aeed276e0a29fcf319.tar.gz
MFC r297475:
Document KTRFAC_FAULT and KTRFAC_FAULTEND. Obtained from: CheriBSD (9d70f563f1b033e6a9b51eaf3b145a8cbbc6617c) Sponsored by: DARPA, AFRL
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/ktrace.24
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2
index 4e5d92a..b02a672 100644
--- a/lib/libc/sys/ktrace.2
+++ b/lib/libc/sys/ktrace.2
@@ -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
OpenPOWER on IntegriCloud