Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h78 #define PROFFUNC_SZ (CEIL(sizeof (ProfFunction), STRUCT_ALIGN))
85 #define FUNC_FILLER (PROFFUNC_SZ - sizeof (ProfFunction))
H A Dgprof.c232 ProfFunction prof_func; in dump_callgraph()
298 if (fwrite(&prof_func, sizeof (ProfFunction), in dump_callgraph()
949 ProfFunction *calleep, *callerp; in process_cgraph()
962 calleep = (ProfFunction *)((char *)cgp + callee_off); in process_cgraph()
992 callerp = (ProfFunction *)((char *)cgp + caller_off); in process_cgraph()
/titanic_41/usr/src/cmd/sgs/include/
H A Dmonv.h128 } ProfFunction; typedef
/titanic_41/usr/src/cmd/sgs/prof/common/
H A Dprofv.c512 ProfFunction *calleep; in process_cgraph()
519 calleep = (ProfFunction *)((char *)cgp + callee_off); in process_cgraph()