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

/xnu-2782.1.97/bsd/dev/dtrace/
H A Dprofile_prvd.c143 * profile_max defines the upper bound on the number of profile probes that
150 static uint32_t profile_max; /* maximum number of profile probes */ variable
241 if (profile_total > profile_max) {
554 profile_max = PROFILE_MAX_DEFAULT;

Completed in 23 milliseconds