Searched refs:addarc (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/sgs/gprof/common/ |
H A D | calls.c | 162 addarc(parentp, &indirectchild, 0); in findcalls() 174 addarc(parentp, &indirectchild, 0); in findcalls() 203 addarc(parentp, childp, 0); in findcalls()
|
H A D | gprof.h | 360 void addarc(nltype *, nltype *, actype);
|
H A D | arcs.c | 37 addarc(nltype *parentp, nltype *childp, actype count) in addarc() function
|
H A D | gprof.c | 738 addarc(parentp, childp, rawp->raw_count); in tally()
|