Home
last modified time | relevance | path

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

/openbsd/usr.bin/gprof/
H A Dprintgprof.c562 nltype *thischildp = thisp -> arc_childp; in arccmp() local
573 printname ( thischildp ); in arccmp()
576 thisp -> arc_count , thischildp -> ncall ); in arccmp()
587 if ( thisparentp == thischildp ) { in arccmp()
595 if ( thisparentp -> cycleno != 0 && thischildp -> cycleno != 0 && in arccmp()
596 thisparentp -> cycleno == thischildp -> cycleno ) { in arccmp()