Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h97 typedef uint32_t pctype32; typedef
144 pctype32 raw_frompc;
145 pctype32 raw_selfpc;
282 pctype32 lowpc;
283 pctype32 highpc;
284 pctype32 ncnt;
H A Dgprof.c622 hdr.lowpc = (pctype32)h.lowpc; in dumpsum_ostyle()
623 hdr.highpc = (pctype32)h.highpc; in dumpsum_ostyle()
624 hdr.ncnt = (pctype32)h.ncnt; in dumpsum_ostyle()
655 (pctype32)arcp->arc_parentp->value; in dumpsum_ostyle()
657 (pctype32)arcp->arc_childp->value; in dumpsum_ostyle()