HomeSort by: relevance | last modified time | path
    Searched defs:maxevent (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/tprof/
tprof_analyze.c 140 u_int c, maxevent = 0; local in function:tprof_analyze
253 if (maxevent < c)
254 maxevent = c;
295 for (c = 0; c <= maxevent; c++)
300 for (c = 0; c <= maxevent; c++)
329 for (c = 0; c <= maxevent; c++)
tprof_analyze.c 140 u_int c, maxevent = 0; local in function:tprof_analyze
253 if (maxevent < c)
254 maxevent = c;
295 for (c = 0; c <= maxevent; c++)
300 for (c = 0; c <= maxevent; c++)
329 for (c = 0; c <= maxevent; c++)
tprof_analyze.c 140 u_int c, maxevent = 0; local in function:tprof_analyze
253 if (maxevent < c)
254 maxevent = c;
295 for (c = 0; c <= maxevent; c++)
300 for (c = 0; c <= maxevent; c++)
329 for (c = 0; c <= maxevent; c++)

Completed in 36 milliseconds