Home
last modified time | relevance | path

Searched refs:selfcalls (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/gprof/
H A Dprintgprof.c200 if ( ( np -> ncall + np -> selfcalls ) != 0 ) { in gprofline()
202 if ( np -> selfcalls != 0 ) { in gprofline()
203 printf( "+%-7ld " , np -> selfcalls ); in gprofline()
228 parentp -> selfcalls == 0 && in printgprof()
495 if ( cyclep -> selfcalls != 0 ) { in printcycle()
496 printf( "+%-7ld" , cyclep -> selfcalls ); in printcycle()
517 if ( memberp -> selfcalls != 0 ) { in printmembers()
518 printf( "+%-7ld" , memberp -> selfcalls ); in printmembers()
566 long thiscalls = this -> ncall + this -> selfcalls; in membercmp()
567 long thatcalls = that -> ncall + that -> selfcalls; in membercmp()
H A Darcs.c129 parentp -> selfcalls = arcp -> arc_count; in doarcs()
131 parentp -> selfcalls = 0; in doarcs()
392 cyclenlp -> selfcalls = 0; /* how many calls to self */ in cyclelink()
428 cyclenlp -> selfcalls += arcp -> arc_count; in cyclelink()
H A Dgprof.h120 long selfcalls; /* how many calls to self */ member