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

/xnu-2422.115.4/bsd/dev/dtrace/
H A Dprofile_prvd.c152 static int profile_ticks[] = { variable
383 for (i = 0; i < sizeof (profile_ticks) / sizeof (int); i++) {
385 for (i = 0; i < (int)(sizeof (profile_ticks) / sizeof (int)); i++) {
387 if ((rate = profile_ticks[i]) == 0)

Completed in 21 milliseconds