Searched refs:nllookup (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/sgs/prof/common/ |
H A D | profv.h | 181 extern nltype *nllookup(mod_info_t *, Address, Address *);
|
H A D | lookup.c | 39 nllookup(mod_info_t *module, Address address, Address *nxtsym_val) in nllookup() function
|
H A D | profv.c | 427 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 D | lookup.c | 40 nllookup(mod_info_t *module, pctype address, pctype *nxtsym) in nllookup() function
|
H A D | calls.c | 190 childp = nllookup(&modules, destpc, NULL); in findcalls()
|
H A D | gprof.h | 383 nltype *nllookup(mod_info_t *, pctype, pctype *);
|
H A D | gprof.c | 716 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()
|