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

/freebsd-9.3-release/usr.bin/gprof/
H A Darcs.c143 parentp -> printflag = FALSE;
403 cyclenlp -> printflag = TRUE; /* should this be printed? */
792 * printflag as the union of parents' printflags
821 printf( " inherits printflag %d and propfraction %f\n" ,
822 childp -> printflag , childp -> propfraction );
825 if ( ! childp -> printflag ) {
827 * printflag is off
834 childp -> printflag = TRUE;
844 childp -> printflag = FALSE;
875 printf( " ends up with printflag
[all...]
H A Dgprof.h134 short printflag; /* should this be printed? */ member in struct:nl
H A Dprintgprof.c238 if ( ! parentp -> printflag ) {
400 if ( selfp -> printflag ) {
740 if ( nlp -> printflag ) {

Completed in 60 milliseconds