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

/freebsd-13-stable/sys/cddl/dev/profile/
H A Dprofile.c177 static void profile_create(hrtime_t, char *, int);
324 profile_create(hrtime_t interval, char *name, int kind) function
406 profile_create(NANOSEC / rate, n, PROF_PROFILE);
415 profile_create(NANOSEC / rate, n, PROF_TICK);
484 profile_create(val, name, kind);

Completed in 165 milliseconds