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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dprofile.c127 * this gets its value from PROFILE_MAX_DEFAULT or profile-max-probes if it's
130 #define PROFILE_MAX_DEFAULT 1000 /* default max. number of probes */ macro
459 "profile-max-probes", PROFILE_MAX_DEFAULT);
/freebsd-10-stable/sys/cddl/dev/profile/
H A Dprofile.c181 * this gets its value from PROFILE_MAX_DEFAULT or profile-max-probes if it's
184 #define PROFILE_MAX_DEFAULT 1000 /* default max. number of probes */ macro
185 static uint32_t profile_max = PROFILE_MAX_DEFAULT;

Completed in 51 milliseconds