Searched refs:addarc (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | calls.c | 160 addarc(parentp, &indirectchild, 0); in findcalls() 172 addarc(parentp, &indirectchild, 0); in findcalls() 201 addarc(parentp, childp, 0); in findcalls()
|
H A D | gprof.h | 356 void addarc(nltype *, nltype *, actype);
|
H A D | arcs.c | 40 addarc(nltype *parentp, nltype *childp, actype count) in addarc() function
|
H A D | gprof.c | 774 addarc(parentp, childp, rawp->raw_count); in tally()
|