Lines Matching +full:a +full:- +full:display
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
33 .Nd display kernel trace data
52 .Bl -tag -width Fl
53 .It Fl A
54 Display the ABI of the traced process.
56 Display the CPU number with each trace entry.
58 Display all numbers in decimal.
60 Display elapsed timestamps (time since beginning of trace).
62 Display the specified file instead of
68 Loop reading the trace file, once the end-of-file is reached, waiting for
71 Display at most
79 tries to decode many system calls into a more human readable format.
87 Suppressing this feature yields a more consistent output format and is
90 Display only trace events that correspond to the process or thread
95 Display relative timestamps (time since previous entry).
97 When decoding STRU records, display structure members such as UIDs,
100 Display system call numbers.
102 Suppress display of I/O data.
104 Display absolute timestamps for each entry (seconds since epoch).
115 The example below shows a section of a kdump generated by the following
117 .Bd -literal -offset indent
138 system call on behalf of the process so this is a
145 system call takes a file descriptor, in this case 1, or standard
146 output, then a pointer to the iovector to write, and the number of
154 with a carriage return and line feed.
157 operation, showing a return from the kernel, what system call we are
164 .Bl -column -offset indent ".Li CALL" ".No data from user process"