Home
last modified time | relevance | path

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

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