The Trace Tool Builder
When using
This is equivalent to
This is equivalent to
This function starts a file trace port on all given nodes and also points the system tracer for sequential tracing to the same port.
The given
When tracing diskless nodes,
The
This function sets the given trace flags on the given processes.
Please turn to the Reference manual for module
Processes can be given as registered names, globally registered names or process identifiers. If a registered name is given, the flags are set on processes with this name on all active nodes.
These functions should be used in combination with the
These functions are equivalent to the corresponding
functions in
All calls to
Executes the given entry or entries from the history
list. History can be listed with
Equivalent to
This function creates or extends a config file which can be used for restoring a specific configuration later.
The content of the config file can either be fetched from
the history or given directly as a list of
If the complete history is to be stored in the config file
If
Executes all entries in the given config file.
Executes selected entries from the given config
file.
The content of a config file can be listed with
Lists all entries in the given config file.
The
Equivalent to
A match specification can turn on or off sequential
tracing. This function returns a match specification which
turns on sequential tracing with the given
This match specification can be given as the last argument
to
If
Please turn to the reference manual for the
The system tracer for sequential tracing is
automatically initiated by
Example of how to use the
(tiger@durin)5> ttb:tracer().
{ok,[tiger@durin]}
(tiger@durin)6> ttb:p(all,call).
{ok,{[all],[call]}}
(tiger@durin)7> ttb:tp(mod,func,ttb:seq_trigger_ms()).
{ok,[{matched,1},{saved,1}]}
(tiger@durin)8>
Whenever
Equivalent to
Stops tracing on all nodes.
The
The
Same as
Reads the given binary trace log(s). If a directory or a
list of logs is given and the
If
If
Wrap logs can be formatted one by one or all in one go. To
format one of the wrap logs in a set, give the exact name of
the file. To format the whole set of wrap logs, give the name
with '*' instead of the wrap count. See examples in the