Home
last modified time | relevance | path

Searched refs:s_lowpc (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dcalls.c73 if (p_highpc < s_lowpc) in findcalls()
75 if (p_lowpc < s_lowpc) in findcalls()
76 p_lowpc = s_lowpc; in findcalls()
188 if (destpc >= s_lowpc && destpc <= s_highpc) { in findcalls()
H A Dgprof.h302 pctype s_lowpc; /* lowpc from profile file in o-s gmon.out */ variable
H A Dgprof.c1691 s_lowpc = h.lowpc; in openpfile()
1705 s_lowpc, s_highpc); in openpfile()
/titanic_44/usr/src/lib/libbc/csu/common/
H A Dmon.c61 int s_lowpc; member
194 d->s_lowpc = (int) lowpc; in monitor()
210 profil(d->s_sbuf, d->s_bufsiz, d->s_lowpc, d->s_scale); in moncontrol()