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

/freebsd-current/usr.bin/gprof/
H A Dprintgprof.c596 nltype *thischildp = thisp -> arc_childp; local
607 printname ( thischildp );
610 thisp -> arc_count , thischildp -> ncall );
621 if ( thisparentp == thischildp ) {
629 if ( thisparentp -> cycleno != 0 && thischildp -> cycleno != 0 &&
630 thisparentp -> cycleno == thischildp -> cycleno ) {

Completed in 99 milliseconds