Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h76 #define PROFFUNC_SZ (CEIL(sizeof (ProfFunction), STRUCT_ALIGN)) macro
83 #define FUNC_FILLER (PROFFUNC_SZ - sizeof (ProfFunction))
H A Dgprof.c281 prof_cgraph.size = PROFCGRAPH_SZ + tarcs * PROFFUNC_SZ; in dump_callgraph()
304 nlp->ncallers * PROFFUNC_SZ; in dump_callgraph()
322 PROFFUNC_SZ; in dump_callgraph()
343 cur_offset += PROFFUNC_SZ; in dump_callgraph()