Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c267 ProfCallGraph prof_cgraph; in dump_callgraph() local
278 prof_cgraph.type = PROF_CALLGRAPH_T; in dump_callgraph()
279 prof_cgraph.version = PROF_CALLGRAPH_VER; in dump_callgraph()
280 prof_cgraph.functions = PROFCGRAPH_SZ; in dump_callgraph()
281 prof_cgraph.size = PROFCGRAPH_SZ + tarcs * PROFFUNC_SZ; in dump_callgraph()
282 if (fwrite(&prof_cgraph, sizeof (ProfCallGraph), 1, fp) != 1) { in dump_callgraph()
291 cur_offset = prof_cgraph.functions; in dump_callgraph()