GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CGRAPH(1) FreeBSD General Commands Manual CGRAPH(1)

cgraph
build call graphs from C files

cgraph [-AcCGgPr] [-d num] [-i incl] [-R root] [file ...]

The cgraph utility reads C source code files and prints call graphs from their contents.

The following options are supported:
Exclude ANSI C keywords. All globals and functions defined by the ANSI C standard are ignored.
Print all calls within a function, including subsequent invocations of the same function.
Exclude C99 keywords. All globals and functions defined by the C99 standard are ignored. This does not include the ANSI C standard, but only new keywords of the C99 standard.
num
The depth at which the graph is cut off. The num argument must be a positive integer >=0.
Exclude GCC specific keywords. All keywords defined and used by the GNU C compiler are ignored.
Produce a dot(1) graph for graphviz output.
incl
Increase the number of included symbols. The incl argument can be one of the following characters:
Include external and static data symbols.
Include names that begin with an underscore.
Exclude POSIX keywords. All globals and functions defined by the IEEE Std 1003.1-2001 (“POSIX.1”) specification are ignored. This does not include the ANSI C or C99 standards, but keywords of the IEEE Std 1003.1-2001 (“POSIX.1”) specification.
Print the flowgraph in reversed order, producing an inverted listing showing the callers of each function.
root
The function to use as root function. The default is "main". If set to a name, that cannot be found in the file, all functions are printed.

TODO

The cgraph utility exits 0 on success, and >0 if an error occurs.

cflow(1), asmgraph(1)

The cgraph utility does not process any macro substitution, preprocessor conditions like #ifdef or #include directives, thus some calls within macros and function declarations within header files are not processed correctly. Use the cflow(1) utility if you want to have a better control over the flowgraph.

Marcus von Appen ⟨marcus@sysfault.org⟩
October 2, 2009 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.