Lines Matching full:trace
48 utility enables kernel trace logging for the specified processes.
49 Kernel trace data is logged to the file
60 Once tracing is enabled on a process, trace data will be logged until
61 either the process exits or the trace point is cleared.
64 attempting to trace a process.
70 The trace file is not human readable; use
81 Append to the trace file instead of recreating it.
86 Clear the specified trace points associated with the given file or processes.
94 Log trace records to
103 Inherit; pass the trace flags to all future children of the designated
113 Specify the list of trace points to enable or disable, one per letter.
114 If an explicit list is not specified, the default set of trace points is used.
116 The following trace points are supported:
120 trace system calls
122 trace page faults
124 trace
127 trace
131 trace capability check failures
133 trace signal processing
135 trace various structures and arrays of structures
142 trace
146 trace
150 trace
154 trace the default set of trace points -
160 with the specified trace flags.
172 trace point is specified,
182 trace points can help quickly identify any system calls and path lookups that
185 Run "make", then trace it and any child processes:
188 Trace all kernel operations of process id 34:
191 Trace all kernel operations of processes in process group 15 and
192 pass the trace flags to all current and future children: