Home
last modified time | relevance | path

Searched refs:opt_prof_stats (Results 1 – 7 of 7) sorted by relevance

/src/contrib/jemalloc/src/
H A Dprof_stats.c6 bool opt_prof_stats = false; variable
13 assert(opt_prof && opt_prof_stats); in prof_stats_enter()
H A Dprof.c144 if (opt_prof_stats) { in prof_malloc_sample_object()
177 if (opt_prof_stats) { in prof_free_sampled_object()
H A Dctl.c152 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()
H A Dstats.c319 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()
H A Djemalloc.c1595 CONF_HANDLE_BOOL(opt_prof_stats, "prof_stats") in malloc_conf_init_helper()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h33 extern bool opt_prof_stats;
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h577 #define opt_prof_stats JEMALLOC_N(opt_prof_stats) macro