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

/xnu-2422.115.4/bsd/dev/dtrace/
H A Dprofile_prvd.c145 static int profile_rates[] = { variable
370 for (i = 0; i < sizeof (profile_rates) / sizeof (int); i++) {
372 for (i = 0; i < (int)(sizeof (profile_rates) / sizeof (int)); i++) {
374 if ((rate = profile_rates[i]) == 0)

Completed in 26 milliseconds