Searched refs:PROFCGRAPH_SZ (Results 1 – 2 of 2) sorted by relevance
77 #define PROFCGRAPH_SZ (CEIL(sizeof (ProfCallGraph), STRUCT_ALIGN)) macro84 #define CGRAPH_FILLER (PROFCGRAPH_SZ - sizeof (ProfCallGraph))
244 prof_cgraph.functions = PROFCGRAPH_SZ; in dump_callgraph()245 prof_cgraph.size = PROFCGRAPH_SZ + tarcs * PROFFUNC_SZ; in dump_callgraph()