Searched refs:ProfFunction (Results 1 – 3 of 3) sorted by relevance
76 #define PROFFUNC_SZ (CEIL(sizeof (ProfFunction), STRUCT_ALIGN))83 #define FUNC_FILLER (PROFFUNC_SZ - sizeof (ProfFunction))
268 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()
126 } ProfFunction; typedef