Lines Matching refs:prof
24 - Allow prof_active to control opt.lg_prof_interval and prof.gdump.
219 + stats.mutexes.{ctl,background_thread,prof,reset}.
659 with interposed resets (triggered via the "prof.reset" mallctl). This bug
712 enable/disable heap profiling on a per thread basis. Add the "prof.reset",
713 "prof.lg_sample", "thread.prof.name", "thread.prof.active",
714 "opt.prof_thread_active_init", "prof.thread_active_init", and
715 "thread.prof.active" mallctls.
747 - Add the "prof.gdump" mallctl, which makes it possible to toggle the gdump
946 + internal zero-initialized data structures (relevant to tcache and prof
983 thread never allocated memory. Only the quarantine and prof facilities were
1161 - Fix a prof-related race condition. This bug could cause memory corruption,
1165 - Fix a prof-related bug in realloc() (only triggered by OOM errors).
1166 - Fix prof-related bugs in allocm() and rallocm().
1194 --disable-prof-libgcc option.