Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c754 arccmp(arctype *thisp, arctype *thatp) in arccmp() argument
756 nltype *thisparentp = thisp->arc_parentp; in arccmp()
757 nltype *thischildp = thisp->arc_childp; in arccmp()
769 (void) printf(" %f + %f %lld/%lld\n", thisp->arc_time, in arccmp()
770 thisp->arc_childtime, thisp->arc_count, in arccmp()
807 if (thisp->arc_count < thatp->arc_count) in arccmp()
810 if (thisp->arc_count > thatp->arc_count) in arccmp()
834 thistime = thisp->arc_time + thisp->arc_childtime; in arccmp()
843 if (thisp->arc_count < thatp->arc_count) in arccmp()
846 if (thisp->arc_count > thatp->arc_count) in arccmp()