Searched refs:calleep (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.c512 ProfFunction *calleep; local
516 callee_off = calleep->next_to) {
519 calleep = (ProfFunction *)((char *)cgp + callee_off);
520 if (calleep->count == 0)
531 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)
542 nl->ncalls += calleep->count;
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c949 ProfFunction *calleep, *callerp; local
954 * uses *calleep* and *calleep* doesn't get set until the for loop
959 callee_off = calleep->next_to) {
962 calleep = (ProfFunction *)((char *)cgp + callee_off);
976 if ((callee_mi = find_module(calleep->topc)) == NULL) {
981 calleep->topc);
986 arc.raw_selfpc = calleep->topc;

Completed in 48 milliseconds