Searched refs:prof_cgraph (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c231 ProfCallGraph prof_cgraph; local
242 prof_cgraph.type = PROF_CALLGRAPH_T;
243 prof_cgraph.version = PROF_CALLGRAPH_VER;
244 prof_cgraph.functions = PROFCGRAPH_SZ;
245 prof_cgraph.size = PROFCGRAPH_SZ + tarcs * PROFFUNC_SZ;
246 if (fwrite(&prof_cgraph, sizeof (ProfCallGraph), 1, fp) != 1) {
255 cur_offset = prof_cgraph.functions;

Completed in 58 milliseconds