Searched refs:prof_interval (Results 1 – 5 of 5) sorted by relevance
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 …]
64 uint64_t prof_interval = 0; variable272 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()
196 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
42 extern uint64_t prof_interval;
508 #define prof_interval JEMALLOC_N(prof_interval) macro