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

/freebsd-10.0-release/usr.bin/gprof/
H A Dprintgprof.c602 nltype *thischildp = thisp -> arc_childp; local
613 printname ( thischildp );
616 thisp -> arc_count , thischildp -> ncall );
627 if ( thisparentp == thischildp ) {
635 if ( thisparentp -> cycleno != 0 && thischildp -> cycleno != 0 &&
636 thisparentp -> cycleno == thischildp -> cycleno ) {

Completed in 55 milliseconds