Lines Matching refs:ncall
83 calldiff = (*npp2) -> ncall - (*npp1) -> ncall; in timecmp()
126 if ( zflag == 0 && np -> ncall == 0 && np -> time == 0 && in flatprofline()
137 if ( np -> ncall != 0 ) { in flatprofline()
139 printf( " %8ld %8.0f %8.0f " , np -> ncall , in flatprofline()
140 1e9 * np -> time / hz / np -> ncall , in flatprofline()
141 1e9 * ( np -> time + np -> childtime ) / hz / np -> ncall ); in flatprofline()
143 printf( " %8ld %8.0f %8.0f " , np -> ncall , in flatprofline()
144 1e6 * np -> time / hz / np -> ncall , in flatprofline()
145 1e6 * ( np -> time + np -> childtime ) / hz / np -> ncall ); in flatprofline()
147 printf( " %8ld %8.2f %8.2f " , np -> ncall , in flatprofline()
148 1000 * np -> time / hz / np -> ncall , in flatprofline()
149 1000 * ( np -> time + np -> childtime ) / hz / np -> ncall ); in flatprofline()
151 printf( " %8ld %7.2f%% %8.8s " , np -> ncall , in flatprofline()
200 if ( ( np -> ncall + np -> selfcalls ) != 0 ) { in gprofline()
227 parentp -> ncall == 0 && in printgprof()
289 if ( np1 -> ncall > np2 -> ncall ) in totalcmp()
291 if ( np1 -> ncall < np2 -> ncall ) in totalcmp()
566 long thiscalls = this -> ncall + this -> selfcalls; in membercmp()
567 long thatcalls = that -> ncall + that -> selfcalls; in membercmp()
610 thisp -> arc_count , thischildp -> ncall ); in arccmp()
617 thatp -> arc_count , thatchildp -> ncall ); in arccmp()
711 if ( zflag == 0 && nl[idx].ncall == 0 && nl[idx].time == 0 ) in printindex()