Searched refs:opt_prof (Results 1 – 14 of 14) sorted by relevance
26 bool opt_prof = false; variable335 if (!opt_prof || !prof_booted) { in prof_mdump()571 if (opt_prof_leak && !opt_prof) { in prof_boot1()576 opt_prof = true; in prof_boot1()578 } else if (opt_prof) { in prof_boot1()633 if (opt_prof) { in prof_boot2()703 if (config_prof && opt_prof) { in prof_prefork0()722 if (config_prof && opt_prof) { in prof_prefork1()736 if (config_prof && opt_prof) { in prof_postfork_parent()764 if (config_prof && opt_prof) { in prof_postfork_child()
140 CTL_PROTO(opt_prof)466 {NAME("prof"), CTL(opt_prof)},1352 if (config_prof && opt_prof) { in ctl_refresh()2198 CTL_RO_NL_CGEN(config_prof, opt_prof, opt_prof, bool) in CTL_RO_CONFIG_GEN()2366 if (!config_prof || !opt_prof) { in thread_prof_name_ctl()2403 oldval = opt_prof ? prof_thread_active_get(tsd) : false; in thread_prof_active_ctl()2405 if (!opt_prof) { in thread_prof_active_ctl()3187 if (!opt_prof) { in prof_thread_active_init_ctl()3198 oldval = opt_prof ? prof_thread_active_init_get(tsd_tsdn(tsd)) : in prof_thread_active_init_ctl()3225 if (!opt_prof) { in prof_active_ctl()[all …]
13 assert(opt_prof && opt_prof_stats); in prof_stats_enter()
1573 CONF_HANDLE_BOOL(opt_prof, "prof") in malloc_conf_init_helper()2551 if (config_prof && opt_prof) { in imalloc_body()2576 assert(!opt_prof); in imalloc_body()2886 if (config_prof && opt_prof) { in ifree()2951 } else if (opt_prof) { in isfree()2982 if (config_prof && opt_prof) { in isfree()3534 if (config_prof && opt_prof) { in do_rallocx()3807 if (config_prof && opt_prof) { in je_xallocx()4127 assert(config_prof && opt_prof); in batch_alloc_prof_sample_assert()4176 bool prof_sample_event = config_prof && opt_prof in batch_alloc()[all …]
427 if (!opt_prof) { in prof_log_start()616 if (!opt_prof || !prof_booted) { in prof_log_stop()
689 if (config_stats || (config_prof && opt_prof)) { in arena_reset()694 if (config_prof && opt_prof) { in arena_reset()1273 assert(opt_prof); in arena_dalloc_promoted()
291 if (opt_prof && edata_state_get(edata) == extent_state_active) { in extent_gdump_add()314 if (opt_prof && edata_state_get(edata) == extent_state_active) { in extent_gdump_sub()
67 assert(opt_prof && prof_booted); in prof_recent_alloc_prepare()
319 bool prof_stats_on = config_prof && opt_prof && opt_prof_stats in stats_arena_bins_print()573 bool prof_stats_on = config_prof && opt_prof && opt_prof_stats in stats_arena_lextents_print()
345 if (!config_prof || !opt_prof) { in arena_sdalloc_no_tcache()354 if ((config_prof && opt_prof) || config_debug) { in arena_sdalloc_no_tcache()359 assert((config_prof && opt_prof) in arena_sdalloc_no_tcache()391 if (config_prof && opt_prof) { in arena_sdalloc()
15 assert(opt_prof || !prof_active_state); in prof_active_assert()225 assert(opt_prof); in prof_sample_align()
7 extern bool opt_prof;
57 E(prof_sample, (config_prof && opt_prof), true) \
477 #define opt_prof JEMALLOC_N(opt_prof) macro