Home
last modified time | relevance | path

Searched refs:lg_prof_sample (Results 1 – 8 of 8) sorted by relevance

/src/contrib/jemalloc/src/
H A Dprof.c66 size_t lg_prof_sample; variable
215 if (lg_prof_sample == 0) { in prof_sample_new_event_wait()
247 log(1.0 - (1.0 / (double)((uint64_t)1U << lg_prof_sample)))) in prof_sample_new_event_wait()
634 lg_prof_sample = opt_lg_prof_sample; in prof_boot2()
H A Dprof_data.c546 double rate = (double)(ZU(1) << lg_prof_sample); in prof_unbias_map_init()
631 double R = (double)(ZU(1) << lg_prof_sample); in prof_do_unbias()
964 "heap_v2/%"FMTu64"\n t*: ", ((uint64_t)1U << lg_prof_sample)); in prof_dump_header()
1025 double sample_period = (double)((uint64_t)1 << lg_prof_sample); in prof_leakcheck()
1307 lg_prof_sample = lg_sample; in prof_reset()
H A Dprof_log.c599 emitter_type_int, &lg_prof_sample); in prof_log_emit_metadata()
H A Dprof_recent.c554 uint64_t sample_interval = (uint64_t)1U << lg_prof_sample; in prof_recent_alloc_dump()
H A Dctl.c197 CTL_PROTO(lg_prof_sample)
596 {NAME("lg_sample"), CTL(lg_prof_sample)},
3323 size_t lg_sample = lg_prof_sample; in prof_reset_ctl()
3343 CTL_RO_NL_CGEN(config_prof, lg_prof_sample, lg_prof_sample, size_t) in CTL_RO_NL_CGEN()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h48 extern size_t lg_prof_sample;
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h474 #define lg_prof_sample JEMALLOC_N(lg_prof_sample) macro
/src/contrib/jemalloc/
H A DChangeLog1328 - Change the "opt.lg_prof_sample" default from 0 to 19 (1 B to 512 KiB).