Searched refs:opt_prof_final (Results 1 – 7 of 7) sorted by relevance
337 opt_prof_final
251 extern bool opt_prof_final; /* Final profile dumping. */
337 #define opt_prof_final JEMALLOC_N(opt_prof_final) macro
337 #undef opt_prof_final
110 CTL_PROTO(opt_prof_final)278 {NAME("prof_final"), CTL(opt_prof_final)},1289 CTL_RO_NL_CGEN(config_prof, opt_prof_final, opt_prof_final, bool) in CTL_RO_BOOL_CONFIG_GEN()
23 bool opt_prof_final = false; variable1554 assert(opt_prof_final); in prof_fdump()2124 if (opt_prof_final && opt_prof_prefix[0] != '\0' && in prof_boot2()
1127 CONF_HANDLE_BOOL(opt_prof_final, "prof_final",