View | Details | Raw Unified | Return to bug 274174
Collapse All | Expand All

(-)b/usr.bin/kdump/kdump.1 (-4 / +35 lines)
Lines 105-114 Suppress display of I/O data. Link Here
105
.It Fl T
105
.It Fl T
106
Display absolute timestamps for each entry (seconds since epoch).
106
Display absolute timestamps for each entry (seconds since epoch).
107
.It Fl t Ar trstr
107
.It Fl t Ar trstr
108
See the
108
Specify the list of trace points to display, one per letter.
109
.Fl t
109
If an explicit list is not specified, the default set of trace points is used.
110
option of
110
.Pp
111
.Xr ktrace 1 .
111
The following trace points are supported:
112
.Pp
113
.Bl -tag -width flag -compact
114
.\" Keep this list in sync with ktrace(1).
115
.It Cm c
116
trace system calls
117
.It Cm f
118
trace page faults
119
.It Cm i
120
trace
121
.Tn I/O
122
.It Cm n
123
trace namei translations
124
.It Cm p
125
trace capability check failures
126
.It Cm s
127
trace signal processing
128
.It Cm t
129
trace various structures
130
.It Cm u
131
userland traces generated by
132
.Xr utrace 2
133
.It Cm w
134
context switches
135
.It Cm y
136
trace
137
.Xr sysctl 3
138
requests
139
.It Cm +
140
trace the default set of trace points -
141
.Cm c , i , n , p , s , t , u , y
142
.El
112
.El
143
.El
113
.Pp
144
.Pp
114
The output format of
145
The output format of
(-)b/usr.bin/ktrace/ktrace.1 (+1 lines)
Lines 113-118 If an explicit list is not specified, the default set of trace points is used. Link Here
113
The following trace points are supported:
113
The following trace points are supported:
114
.Pp
114
.Pp
115
.Bl -tag -width flag -compact
115
.Bl -tag -width flag -compact
116
.\" Keep this list in sync with kdump(1).
116
.It Cm c
117
.It Cm c
117
trace system calls
118
trace system calls
118
.It Cm f
119
.It Cm f

Return to bug 274174