Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c259 if (nlp->ncallers == 0) in dump_callgraph()
268 nlp->ncallers * PROFFUNC_SZ; in dump_callgraph()
282 if (caller_id == nlp->ncallers) in dump_callgraph()
390 nlp->ncallers = 0; in dump_pcsamples()
393 (nlp->ncallers)++; in dump_pcsamples()
396 if (nlp->ncallers) { in dump_pcsamples()
397 (*tarcs) += nlp->ncallers; in dump_pcsamples()
H A Dgprof.h253 unsigned long ncallers; /* no. of callers - dumpsum use only */ member