Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h75 #define PROFCGRAPH_SZ (CEIL(sizeof (ProfCallGraph), STRUCT_ALIGN)) macro
82 #define CGRAPH_FILLER (PROFCGRAPH_SZ - sizeof (ProfCallGraph))
H A Dgprof.c280 prof_cgraph.functions = PROFCGRAPH_SZ; in dump_callgraph()
281 prof_cgraph.size = PROFCGRAPH_SZ + tarcs * PROFFUNC_SZ; in dump_callgraph()