Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dcalls.c69 if (p_lowpc > s_highpc) in findcalls()
75 if (p_highpc > s_highpc) in findcalls()
76 p_highpc = s_highpc; in findcalls()
186 if (destpc >= s_lowpc && destpc <= s_highpc) { in findcalls()
H A Dgprof.c56 pctype s_highpc; variable
1396 arc.raw_frompc = s_highpc + 0x10; in readarcs()
1415 arc.raw_frompc = s_highpc + 0x10; in readarcs()
1720 if (s_highpc != 0 && (tmp.lowpc != h.lowpc || in openpfile()
1729 s_highpc = h.highpc; in openpfile()
1742 s_lowpc, s_highpc); in openpfile()
H A Dgprof.h299 extern pctype s_highpc; /* highpc from profile file in o-s gmon.out */