Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h76 #define PROFFUNC_SZ (CEIL(sizeof (ProfFunction), STRUCT_ALIGN))
83 #define FUNC_FILLER (PROFFUNC_SZ - sizeof (ProfFunction))
H A Dgprof.c268 ProfFunction prof_func; in dump_callgraph()
334 if (fwrite(&prof_func, sizeof (ProfFunction), in dump_callgraph()
986 ProfFunction *calleep, *callerp; in process_cgraph()
999 calleep = (ProfFunction *)((char *)cgp + callee_off); in process_cgraph()
1029 callerp = (ProfFunction *)((char *)cgp + caller_off); in process_cgraph()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dmonv.h126 } ProfFunction; typedef