Searched refs:nllookup (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.bin/gprof/
H A Dlookup.c41 nllookup(unsigned long address) function
59 printf( "[nllookup] %d (%d) probes\n" , probes , nname-1 );
78 fprintf( stderr , "[nllookup] (%d) binary search fails\n" ,
H A Dgprof.h288 nltype *nllookup(unsigned long);
H A Dgprof.c311 parentp = nllookup( rawp -> raw_frompc );
312 childp = nllookup( rawp -> raw_selfpc );

Completed in 87 milliseconds