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

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c179 * FASTTRAP_MAX_DEFAULT, or the value for fasttrap-max-probes in the
185 #define FASTTRAP_MAX_DEFAULT 250000 macro
186 static uint32_t fasttrap_max = FASTTRAP_MAX_DEFAULT;
240 FASTTRAP_MAX_DEFAULT, "Maximum number of fasttrap probes");
2499 "fasttrap-max-probes", FASTTRAP_MAX_DEFAULT);

Completed in 120 milliseconds