Home
last modified time | relevance | path

Searched refs:gdump (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dprof.c568 bool idump, gdump; in prof_leave() local
574 gdump = tdata->enq_gdump; in prof_leave()
580 if (gdump) { in prof_leave()
2909 prof_gdump_set(tsdn_t *tsdn, bool gdump) { in prof_gdump_set() argument
2914 prof_gdump_val = gdump; in prof_gdump_set()
H A Dextent.c855 extent_deregister_impl(tsdn_t *tsdn, extent_t *extent, bool gdump) { in extent_deregister_impl() argument
872 if (config_prof && gdump) { in extent_deregister_impl()
/freebsd/contrib/jemalloc/
H A DChangeLog160 - Allow prof_active to control opt.lg_prof_interval and prof.gdump.
502 - Fix lock order reversal during gdump. (@jasone)
627 - Fix chunk accounting related to triggering gdump profiles. (@jasone)
883 - Add the "prof.gdump" mallctl, which makes it possible to toggle the gdump