[BACK]Return to ktrace.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ktrace

Diff for /src/usr.bin/ktrace/ktrace.1 between version 1.12 and 1.13

version 1.12, 2003/06/03 02:56:09 version 1.13, 2003/06/10 09:12:10
Line 104 
Line 104 
 .It Fl t Ar trstr  .It Fl t Ar trstr
 The string argument represents the kernel trace points, one per letter.  The string argument represents the kernel trace points, one per letter.
 The default flags are  The default flags are
 .Cm c Ns ,  .Cm c ,
 .Cm e Ns ,  .Cm e ,
 .Cm i Ns ,  .Cm i ,
 .Cm n Ns ,  .Cm n ,
 and  and
 .Cm s Ns .  .Cm s .
 The following table equates the letters with the tracepoints:  The following table equates the letters with the tracepoints:
 .Pp  .Pp
 .Bl -tag -width flag -compact  .Bl -tag -width flag -compact
Line 124 
Line 124 
 trace namei translations  trace namei translations
 .It Cm s  .It Cm s
 trace signal processing  trace signal processing
 .It Cm w  .It Cm w
 trace context switch points  trace context switch points
 .El  .El
 .It Ar command  .It Ar command
Line 139 
Line 139 
 and  and
 .Ar command  .Ar command
 options are mutually exclusive.  options are mutually exclusive.
   .Sh FILES
   .Bl -tag -width ktrace.out -compact
   .It Pa ktrace.out
   default ktrace dump file
   .El
 .Sh EXAMPLES  .Sh EXAMPLES
 # trace all kernel operations of process id 34  # trace all kernel operations of process id 34
 .Dl $ ktrace -p 34  .Dl $ ktrace -p 34
Line 168 
Line 173 
 .Pp  .Pp
 # disable tracing of all processes owned by the user  # disable tracing of all processes owned by the user
 .Dl $ ktrace -C  .Dl $ ktrace -C
 .Sh FILES  
 .Bl -tag -width ktrace.out -compact  
 .It Pa ktrace.out  
 default ktrace dump file  
 .El  
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr kdump 1  .Xr kdump 1
 .Sh HISTORY  .Sh HISTORY

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13