You copied the Doc URL to your clipboard.
--callgraph_subset=symbol[,symbol,...]
Creates a file containing a static callgraph for one or more specified symbols.
Syntax
--callgraph_subset=symbol[,symbol,…]
where
is a comma-separated list of symbols.symbol
Usage
The callgraph file:
- Is saved in the same directory as the generated image.
- Has the name of the linked image with the extension, if any, replaced by the
callgraph output extension, either
.htm
or.txt
. Use the--callgraph_file=
option to specify a different callgraph filename.filename
- Has a default output format of HTML. Use the
--callgraph_output=
option to control the output format.fmt