Searched refs:prof_interval (Results 1 – 7 of 7) sorted by relevance
11 extern ssize_t opt_lg_prof_interval; /* lg(prof_interval). */42 extern uint64_t prof_interval;
124 hrtime_t prof_interval; member127 sbintime_t prof_interval; member281 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 …]
508 #define prof_interval JEMALLOC_N(prof_interval)322 #define prof_interval JEMALLOC_N(prof_interval) global() macro
196 CTL_PROTO(prof_interval)595 {NAME("interval"), CTL(prof_interval)},3342 CTL_RO_NL_CGEN(config_prof, prof_interval, prof_interval, uint64_t)2763 CTL_RO_NL_CGEN(config_prof,prof_interval,prof_interval,uint64_t) CTL_RO_NL_CGEN() argument
64 uint64_t prof_interval = 0;272 if (prof_interval == 0 || !prof_active_get_unlocked()) {300 return counter_accum_init(&prof_idump_accumulated, prof_interval); in rb_gen() 580 prof_interval = (((uint64_t)1U) << in prof_leave() 71 uint64_t prof_interval = 0; global() variable