Prism 6.0 Reference Manual

tnfdebug

Directs probe information to stderr rather than the trace file.

SYNTAX

tnfdebug [probes ...]| probe_group

DESCRIPTION

Use tnfdebug to direct probe information to stderr. For example, if you want to see probe information about a single probe while your program is running, you can direct Prism to display that probe's information without waiting for the final trace file to be created when your program ends.

You select probes by:

For further information about creating TNF probes and groups, see the TNF_PROBE(3X) man page. For further information about the shell pattern matching format accepted by tnfdebug, see the fnmatch(5) man page.

EXAMPLES

To direct probe information from MPI_Barrier_start to stderr:

(prism all) tnfdebug MPI_Barrier_start