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

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.c511 Index callee_off; local
515 for (callee_off = cgp->functions; callee_off;
516 callee_off = calleep->next_to) {
519 calleep = (ProfFunction *)((char *)cgp + callee_off);
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c950 Index caller_off, callee_off; local
953 * Note that *callee_off* increment in the for loop below
958 for (callee_off = cgp->functions; callee_off;
959 callee_off = calleep->next_to) {
962 calleep = (ProfFunction *)((char *)cgp + callee_off);
988 for (caller_off = callee_off; caller_off;

Completed in 62 milliseconds