Makes a trace pattern suitable to feed change_pattern/1
Min detail level deactivates tracing of calls to
Max detail level activates tracing of all calls to
integer(X) detail level activates tracing of all calls to
See also
Activates/deactivates tracing by changing the current trace pattern.
An empty match spec deactivates tracing of calls to
Other match specs activates tracing of calls to
Transforms trace data and makes an event record out of it.
See
An event record consists of the following fields:
Noise has a high level as opposed to essentials.
Time when the trace was generated. Same as event_ts if omitted in trace data.
Time when the event record was created.
From actor, such as sender of a message.
To actor, such as receiver of message.
Label intended to provide a brief event summary.
All nitty gritty details of the event.
See
Returns:
where Event is an #event{} record representing the trace data
means that the trace data already is an event record and that it is valid as it is. No transformation is needed.
means that the trace data is uninteresting and should be dropped