Home
last modified time | relevance | path

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

/src/sys/cddl/dev/profile/
H A Dprofile.c124 hrtime_t prof_interval; member
127 sbintime_t prof_interval; member
281 prof->prof_expected += prof->prof_interval; in profile_tick()
305 prof->prof_interval = interval; in profile_create()
308 prof->prof_interval = nsec_to_sbt(interval); in profile_create()
480 when->cyt_interval = prof->prof_interval; in profile_online()
506 ASSERT(prof->prof_interval != 0); in profile_enable()
513 when.cyt_interval = prof->prof_interval; in profile_enable()
555 pcpu->profc_expected = sbinuptime() + prof->prof_interval; in profile_enable_omni()
556 pcpu->profc_interval = prof->prof_interval; in profile_enable_omni()
[all …]
/src/contrib/jemalloc/src/
H A Dprof.c64 uint64_t prof_interval = 0; variable
272 if (prof_interval == 0 || !prof_active_get_unlocked()) { in prof_sample_event_handler()
300 return counter_accum_init(&prof_idump_accumulated, prof_interval); in prof_idump_accum_init()
580 prof_interval = (((uint64_t)1U) << in prof_boot1()
H A Dctl.c196 CTL_PROTO(prof_interval)
595 {NAME("interval"), CTL(prof_interval)},
3342 CTL_RO_NL_CGEN(config_prof, prof_interval, prof_interval, uint64_t) in CTL_RO_NL_CGEN() argument
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h42 extern uint64_t prof_interval;
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h508 #define prof_interval JEMALLOC_N(prof_interval) macro