Searched refs:pcl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c124 * There are three cases as to where pcl and pch can be
142 * pcl pch pcl pch pcl pch
159 pctype pcl, pch; local
176 pcl = lowpc + scale * i;
183 "[asgnsamples] pcl 0x%llx pch 0x%llx ccnt %d\n",
184 pcl, pch, ccnt);
201 if (pcl >= svalue1)
203 overlap = min(pch, svalue1) - max(pcl, svalue
[all...]

Completed in 58 milliseconds