Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_a.h
H A Darena_inlines_a.h
H A Dprof_externs.h11 extern ssize_t opt_lg_prof_interval; /* lg(prof_interval). */
42 extern uint64_t prof_interval;
/freebsd/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 …]
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h508 #define prof_interval JEMALLOC_N(prof_interval)
322 #define prof_interval JEMALLOC_N(prof_interval) global() macro
/freebsd/contrib/jemalloc/src/
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)
2763 CTL_RO_NL_CGEN(config_prof,prof_interval,prof_interval,uint64_t) CTL_RO_NL_CGEN() argument
H A Dprof.c64 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