Lines Matching full:tracing
65 The thread then enables coverage tracing, with coverage data being written by
67 When tracing is disabled, the kernel relinquishes its access to the shared
74 The state of the tracing buffer can be reset by writing the value 0 to this
76 The record layout depends on the tracing mode set using the
80 Two tracing modes are implemented,
84 PC-tracing records a program counter value for each basic block executed while
85 tracing is enabled.
88 Comparison tracing provides information about data flow; information about
130 Set the size of the tracing buffer in units of
139 Enable coverage tracing for the calling thread.
145 Disable coverage tracing for the calling thread.
171 /* Enable PC tracing. */
180 /* Disable PC tracing. */
204 does not yet support remote tracing.