Searched refs:topc (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dmonv.h125 Address topc; member in struct:_prof_function
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.c531 if (calleep->topc >= mi->load_base &&
532 calleep->topc < mi->load_end) {
538 if (nl = nllookup(mi, calleep->topc, 0)) {
541 if (calleep->topc < f_end)
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c293 prof_func.topc = mi->load_base +
976 if ((callee_mi = find_module(calleep->topc)) == NULL) {
981 calleep->topc);
986 arc.raw_selfpc = calleep->topc;

Completed in 74 milliseconds