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

/freebsd-11-stable/usr.bin/gprof/
H A Dlookup.c47 nllookup(unsigned long address) function
65 printf( "[nllookup] %d (%d) probes\n" , probes , nname-1 );
84 fprintf( stderr , "[nllookup] (%d) binary search fails\n" ,
H A Dgprof.h300 nltype *nllookup(unsigned long);
H A Dgprof.c325 parentp = nllookup( rawp -> raw_frompc );
326 childp = nllookup( rawp -> raw_selfpc );

Completed in 119 milliseconds