Home
last modified time | relevance | path

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

/original-bsd/usr.bin/gprof/
H A Dgprof.c373 tmp.hpc != gmonhdr.hpc || tmp.ncnt != gmonhdr.ncnt ) ) {
396 s_highpc = (unsigned long) gmonhdr.hpc;
398 highpc = (unsigned long)gmonhdr.hpc / sizeof(UNIT);
404 gmonhdr.lpc , gmonhdr.hpc , gmonhdr.ncnt );
H A Dgprof.h173 UNIT *hpc; member
/original-bsd/sys/sys/
H A Dgmon.h20 u_long hpc; /* max pc address of sampled buffer */ member
/original-bsd/lib/libc/gmon/
H A Dgmon.c154 hdr->hpc = p->highpc; in _mcleanup()
/original-bsd/usr.sbin/kgmon/
H A Dkgmon.c297 h.hpc = kvp->gpm.highpc;