Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c295 if (nlp->ncallers == 0) in dump_callgraph()
304 nlp->ncallers * PROFFUNC_SZ; in dump_callgraph()
318 if (caller_id == nlp->ncallers) in dump_callgraph()
426 nlp->ncallers = 0; in dump_pcsamples()
429 (nlp->ncallers)++; in dump_pcsamples()
432 if (nlp->ncallers) { in dump_pcsamples()
433 (*tarcs) += nlp->ncallers; in dump_pcsamples()
H A Dgprof.h249 unsigned long ncallers; /* no. of callers - dumpsum use only */ member