Home
last modified time | relevance | path

Searched refs:arc_count (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Darcs.c56 arcp->arc_count, count); in addarc()
61 arcp->arc_count, count); in addarc()
67 arcp->arc_count += count; in addarc()
69 arcp->arc_count -= count; in addarc()
70 if (arcp->arc_count < 0) in addarc()
71 arcp->arc_count = 0; in addarc()
78 arcp->arc_count = count; in addarc()
126 if (arcp->arc_count == 0) { in timepropagate()
158 * (((double)arcp->arc_count) / in timepropagate()
161 * (((double)arcp->arc_count) / in timepropagate()
[all …]
H A Dprintgprof.c420 "", "", "", "", arcp->arc_count, ""); in printparents()
434 arcp->arc_count, cycleheadp->ncall); in printparents()
462 "", "", "", "", arcp->arc_count, ""); in printchildren()
477 arcp->arc_childtime / hz, arcp->arc_count, in printchildren()
483 arcp->arc_childtime / hz, arcp->arc_count, in printchildren()
763 thisp->arc_childtime, thisp->arc_count, in arccmp()
770 thatp->arc_childtime, thatp->arc_count, in arccmp()
800 if (thisp->arc_count < thatp->arc_count) in arccmp()
803 if (thisp->arc_count > thatp->arc_count) in arccmp()
836 if (thisp->arc_count < thatp->arc_count) in arccmp()
[all …]
H A Dgprof.h161 actype arc_count; /* how calls from parent to child */ member
H A Dgprof.c295 prof_func.count = arcp->arc_count; in dump_callgraph()
612 arc.raw_count = arcp->arc_count; in dumpsum_ostyle()
622 arc32.raw_count = (actype32)arcp->arc_count; in dumpsum_ostyle()
/titanic_41/usr/src/test/libc-tests/tests/random/
H A Darc4key.ksh31 arc_count=
36 arc_count=$(cat $arc_tmpfile)
37 [[ $arc_count -gt 1 ]]