Searched defs:profile_create (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Dprofile.c160 profile_create(hrtime_t interval, const char *name, int kind) function
240 profile_create(NANOSEC / rate, n, PROF_PROFILE);
249 profile_create(NANOSEC / rate, n, PROF_TICK);
318 profile_create(val, name, kind);

Completed in 58 milliseconds