Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dlookup.c38 nllookup(mod_info_t *module, pctype address, pctype *nxtsym) in nllookup() function
H A Dcalls.c188 childp = nllookup(&modules, destpc, NULL); in findcalls()
H A Dgprof.h379 nltype *nllookup(mod_info_t *, pctype, pctype *);
H A Dgprof.c752 parentp = nllookup(caller_mod, rawp->raw_frompc, NULL); in tally()
753 childp = nllookup(callee_mod, rawp->raw_selfpc, NULL); in tally()
838 fnl = nllookup(module, (pctype) *pcptr, &nxt_func); in assign_pcsamples()