Home
last modified time | relevance | path

Searched refs:profile_interval_min (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/dtrace/
H A Dprofile.c109 hrtime_t profile_interval_min = NANOSEC / 5000; /* 5000 hz */ variable
168 if (interval < profile_interval_min) in profile_create()