summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/ktrace.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/ktrace.2')
-rw-r--r--lib/libc/sys/ktrace.234
1 files changed, 17 insertions, 17 deletions
diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2
index 8ab4a33..1740d75 100644
--- a/lib/libc/sys/ktrace.2
+++ b/lib/libc/sys/ktrace.2
@@ -67,12 +67,12 @@ The
argument specifies the requested ktrace operation.
The defined operations are:
.Bl -column KTRFLAG_DESCENDXXX -offset indent
-.It "KTROP_SET Enable trace points specified in"
+.It KTROP_SET Ta "Enable trace points specified in"
.Fa trpoints .
-.It "KTROP_CLEAR Disable trace points specified in"
+.It KTROP_CLEAR Ta "Disable trace points specified in"
.Fa trpoints .
-.It "KTROP_CLEARFILE Stop all tracing."
-.It "KTRFLAG_DESCEND The tracing change should apply to the"
+.It KTROP_CLEARFILE Ta "Stop all tracing."
+.It KTRFLAG_DESCEND Ta "The tracing change should apply to the"
specified process and all its current children.
.El
.Pp
@@ -81,20 +81,20 @@ The
argument specifies the trace points of interest.
The defined trace points are:
.Bl -column KTRFAC_PROCCTORXXX -offset indent
-.It "KTRFAC_SYSCALL Trace system calls."
-.It "KTRFAC_SYSRET Trace return values from system calls."
-.It "KTRFAC_NAMEI Trace name lookup operations."
-.It "KTRFAC_GENIO Trace all I/O (note that this option can"
+.It KTRFAC_SYSCALL Ta "Trace system calls."
+.It KTRFAC_SYSRET Ta "Trace return values from system calls."
+.It KTRFAC_NAMEI Ta "Trace name lookup operations."
+.It KTRFAC_GENIO Ta "Trace all I/O (note that this option can"
generate much output).
-.It "KTRFAC_PSIG Trace posted signals."
-.It "KTRFAC_CSW Trace context switch points."
-.It "KTRFAC_USER Trace application-specific events."
-.It "KTRFAC_STRUCT Trace certain data structures."
-.It "KTRFAC_SYSCTL Trace sysctls."
-.It "KTRFAC_PROCCTOR Trace process construction."
-.It "KTRFAC_PROCDTOR Trace process destruction."
-.It "KTRFAC_CAPFAIL Trace capability failures."
-.It "KTRFAC_INHERIT Inherit tracing to future children."
+.It KTRFAC_PSIG Ta "Trace posted signals."
+.It KTRFAC_CSW Ta "Trace context switch points."
+.It KTRFAC_USER Ta "Trace application-specific events."
+.It KTRFAC_STRUCT Ta "Trace certain data structures."
+.It KTRFAC_SYSCTL Ta "Trace sysctls."
+.It KTRFAC_PROCCTOR Ta "Trace process construction."
+.It KTRFAC_PROCDTOR Ta "Trace process destruction."
+.It KTRFAC_CAPFAIL Ta "Trace capability failures."
+.It KTRFAC_INHERIT Ta "Inherit tracing to future children."
.El
.Pp
Each tracing event outputs a record composed of a generic header
OpenPOWER on IntegriCloud