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

/freebsd-current/usr.bin/gprof/
H A Dprintgprof.c598 nltype *thatchildp = thatp -> arc_childp; local
614 printname( thatchildp );
617 thatp -> arc_count , thatchildp -> ncall );
625 if ( thatparentp == thatchildp ) {
632 if ( thatparentp -> cycleno != 0 && thatchildp -> cycleno != 0 &&
633 thatparentp -> cycleno == thatchildp -> cycleno ) {
648 if ( thatparentp -> cycleno != 0 && thatchildp -> cycleno != 0 &&
649 thatparentp -> cycleno == thatchildp -> cycleno ) {

Completed in 82 milliseconds