Searched refs:opt_prof_stats (Results 1 – 7 of 7) sorted by relevance
6 bool opt_prof_stats = false; variable13 assert(opt_prof && opt_prof_stats); in prof_stats_enter()
144 if (opt_prof_stats) { in prof_malloc_sample_object()177 if (opt_prof_stats) { in prof_free_sampled_object()
152 CTL_PROTO(opt_prof_stats)478 {NAME("prof_stats"), CTL(opt_prof_stats)},2212 CTL_RO_NL_CGEN(config_prof, opt_prof_stats, opt_prof_stats, bool) in CTL_RO_CONFIG_GEN()4295 if (!(config_prof && opt_prof && opt_prof_stats)) { in prof_stats_bins_i_live_ctl()4321 if (!(config_prof && opt_prof && opt_prof_stats)) { in prof_stats_bins_i_accum_ctl()4343 if (!(config_prof && opt_prof && opt_prof_stats)) { in prof_stats_bins_i_index()4359 if (!(config_prof && opt_prof && opt_prof_stats)) { in prof_stats_lextents_i_live_ctl()4385 if (!(config_prof && opt_prof && opt_prof_stats)) { in prof_stats_lextents_i_accum_ctl()4407 if (!(config_prof && opt_prof && opt_prof_stats)) { in prof_stats_lextents_i_index()
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()
1595 CONF_HANDLE_BOOL(opt_prof_stats, "prof_stats") in malloc_conf_init_helper()
33 extern bool opt_prof_stats;
577 #define opt_prof_stats JEMALLOC_N(opt_prof_stats) macro