Searched refs:nllookup (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | lookup.c | 40 nllookup(mod_info_t *module, pctype address, pctype *nxtsym) function 90 (void) fprintf(stderr, "[nllookup] binary search fails???\n");
|
H A D | calls.c | 190 childp = nllookup(&modules, destpc, NULL);
|
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); 717 childp = nllookup(callee_mod, rawp->raw_selfpc, NULL); 744 * nllookup(), this deals with misses by mapping them to the next *higher* 802 if (fnl = nllookup(module, (pctype) *pcptr, &nxt_func)) {
|
/illumos-gate/usr/src/cmd/sgs/prof/common/ |
H A D | lookup.c | 39 nllookup(mod_info_t *module, Address address, Address *nxtsym_val) function 93 * nllookup(), this deals with misses by mapping them to the next *higher*
|
H A D | profv.h | 181 extern nltype *nllookup(mod_info_t *, Address, Address *);
|
H A D | profv.c | 427 if (nl = nllookup(module, *pcptr, &nxt_func)) { 534 * nllookup() returns the next lower entry 538 if (nl = nllookup(mi, calleep->topc, 0)) {
|
Completed in 78 milliseconds