Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Darcs.c59 arcp->arc_count, count); in addarc()
64 arcp->arc_count, count); in addarc()
70 arcp->arc_count += count; in addarc()
72 arcp->arc_count -= count; in addarc()
73 if (arcp->arc_count < 0) in addarc()
74 arcp->arc_count = 0; in addarc()
81 arcp->arc_count = count; in addarc()
129 if (arcp->arc_count == 0) { in timepropagate()
161 * (((double)arcp->arc_count) / in timepropagate()
342 arcp->arc_count; in cyclelink()
[all …]
H A Dprintgprof.c421 "", "", "", "", arcp->arc_count, ""); in printparents()
435 arcp->arc_count, cycleheadp->ncall); in printparents()
463 "", "", "", "", arcp->arc_count, ""); in printchildren()
478 arcp->arc_childtime / hz, arcp->arc_count, in printchildren()
484 arcp->arc_childtime / hz, arcp->arc_count, in printchildren()
770 thisp->arc_childtime, thisp->arc_count, in arccmp()
777 thatp->arc_childtime, thatp->arc_count, in arccmp()
807 if (thisp->arc_count < thatp->arc_count) in arccmp()
810 if (thisp->arc_count > thatp->arc_count) in arccmp()
843 if (thisp->arc_count < thatp->arc_count) in arccmp()
[all …]
H A Dgprof.h159 actype arc_count; /* how calls from parent to child */ member
H A Dgprof.c331 prof_func.count = arcp->arc_count; in dump_callgraph()
648 arc.raw_count = arcp->arc_count; in dumpsum_ostyle()
658 arc32.raw_count = (actype32)arcp->arc_count; in dumpsum_ostyle()
/illumos-gate/usr/src/test/libc-tests/tests/random/
H A Darc4key.ksh31 arc_count=
36 arc_count=$(cat $arc_tmpfile)
37 [[ $arc_count -gt 1 ]]