Home
last modified time | relevance | path

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

/freebsd/usr.bin/gprof/
H A Dgprof.c257 if ( s_highpc != 0 && ( tmp.lpc != gmonhdr.lpc || in openpfile()
284 s_highpc = (unsigned long) gmonhdr.hpc; in openpfile()
294 s_lowpc , s_highpc ); in openpfile()
H A Dgprof.h200 EXTERN unsigned long s_highpc; /* highpc from the profile file */ variable