Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/prof/common/
H A Dprofv.h181 extern nltype *nllookup(mod_info_t *, Address, Address *);
H A Dlookup.c39 nllookup(mod_info_t *module, Address address, Address *nxtsym_val) in nllookup() function
H A Dprofv.c427 if (nl = nllookup(module, *pcptr, &nxt_func)) { in assign_pcsamples()
538 if (nl = nllookup(mi, calleep->topc, 0)) { in process_cgraph()
/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Dlookup.c40 nllookup(mod_info_t *module, pctype address, pctype *nxtsym) in nllookup() function
H A Dcalls.c190 childp = nllookup(&modules, destpc, NULL); in findcalls()
H A Dgprof.h383 nltype *nllookup(mod_info_t *, pctype, pctype *);
H A Dgprof.c716 parentp = nllookup(caller_mod, rawp->raw_frompc, NULL); in tally()
717 childp = nllookup(callee_mod, rawp->raw_selfpc, NULL); in tally()
802 if (fnl = nllookup(module, (pctype) *pcptr, &nxt_func)) { in assign_pcsamples()