Home
last modified time | relevance | path

Searched refs:PROFCGRAPH_SZ (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h77 #define PROFCGRAPH_SZ (CEIL(sizeof (ProfCallGraph), STRUCT_ALIGN)) macro
84 #define CGRAPH_FILLER (PROFCGRAPH_SZ - sizeof (ProfCallGraph))
H A Dgprof.c244 prof_cgraph.functions = PROFCGRAPH_SZ; in dump_callgraph()
245 prof_cgraph.size = PROFCGRAPH_SZ + tarcs * PROFFUNC_SZ; in dump_callgraph()