Home
last modified time | relevance | path

Searched defs:arcstruct (Results 1 – 1 of 1) sorted by relevance

/csrg-svn/usr.bin/gprof/
H A Dgprof.h73 struct arcstruct { struct
79 struct arcstruct *arc_parentlist; /* parents-of-this-child list */ argument
80 struct arcstruct *arc_childlist; /* children-of-this-parent list */ argument
81 struct arcstruct *arc_next; /* list of arcs on cycle */ argument
85 typedef struct arcstruct arctype; argument