This package contains a small utility to quickly
manipulate the output of a large cflow output file.

Usage is:

./cflow2cflow [options] [input.cflow]

where 'input.cflow' is the output generated by the 'cflow' utility.

Included in this package is the file 'glibc-2.2.4.cflow', which
is the full call tree of glibc-2.2.4 in this format.

Alternatively you can use '-' to read from stdin (or just don't
give an input file).  Using '--' will make calltree to stop
processing options as usual.

Options:

--function <function name> : print only call tree of <function name>.
--stop <function name>     : stop traversing into tree at this function.
--depth <number>           : stop traversing into tree at this depth.
--inverse                  : print inverse call tree.
--sun			   : print output in Sun format.

The options --function and --stop can be given more than once.

Carlo Wood
<carlo@alinoe.com>
