Prism 6.0 Reference Manual

tnflist

Lists the available TNF probes in the loaded program. Requires that you issue the Prism run command as a precondition.

SYNTAX

tnflist [probes ...]| probe_group

DESCRIPTION

Since TNF probes can be very numerous, it can be helpful to browse the inventory of probes in the program loaded in Prism. You can list all, or a subset of the TNF probes in your program using the tnflist command.

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 tnflist, see the fnmatch(5) man page.

EXAMPLES

To list all point-to-point routine probes in the Sun MPI library:

(prism all) tnflist mpi_pt2pt

To list all probes:

(prism all) tnflist *