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

/illumos-gate/usr/src/cmd/sgs/include/
H A Dmonv.h128 } ProfFunction; typedef in typeref:struct:_prof_function
/illumos-gate/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;
298 if (fwrite(&prof_func, sizeof (ProfFunction),
949 ProfFunction *calleep, *callerp;
962 calleep = (ProfFunction *)((char *)cgp + callee_off);
992 callerp = (ProfFunction *)((char *)cgp + caller_off);
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.c512 ProfFunction *calleep;
519 calleep = (ProfFunction *)((char *)cgp + callee_off);

Completed in 70 milliseconds