Home
last modified time | relevance | path

Searched refs:config_prof (Results 1 – 23 of 23) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dprof_inlines_b.h20 cassert(config_prof); in prof_tdata_get()
41 cassert(config_prof); in prof_tctx_get()
50 cassert(config_prof); in prof_tctx_set()
58 cassert(config_prof); in prof_tctx_reset()
69 cassert(config_prof); in prof_sample_accum_update()
124 cassert(config_prof); in prof_malloc()
142 cassert(config_prof); in prof_realloc()
198 cassert(config_prof); in prof_free()
Darena_inlines_b.h13 cassert(config_prof); in arena_prof_tctx_get()
33 cassert(config_prof); in arena_prof_tctx_set()
51 cassert(config_prof); in arena_prof_tctx_reset()
228 if (config_prof && unlikely(szind < NBINS)) { in arena_dalloc()
249 if (!config_prof || !opt_prof) { in arena_sdalloc_no_tcache()
258 if ((config_prof && opt_prof) || config_debug) { in arena_sdalloc_no_tcache()
267 assert((config_prof && opt_prof) || slab == (szind < NBINS)); in arena_sdalloc_no_tcache()
301 if (config_prof && opt_prof) { in arena_sdalloc()
340 if (config_prof && unlikely(szind < NBINS)) { in arena_sdalloc()
Dtcache_inlines.h72 if (config_prof || (slow_path && config_fill) || unlikely(zero)) { in tcache_alloc_small()
98 if (config_prof) { in tcache_alloc_small()
134 if (config_prof || (slow_path && config_fill) || in tcache_alloc_large()
158 if (config_prof) { in tcache_alloc_large()
Dprof_inlines_a.h8 cassert(config_prof); in prof_accum_add()
46 cassert(config_prof); in prof_accum_cancel()
Djemalloc_preamble.h90 static const bool config_prof = variable
Darena_inlines_a.h26 cassert(config_prof); in arena_prof_accum()
Djemalloc_preamble.h.in90 static const bool config_prof = variable
Dextent_inlines.h319 if (config_prof) { in extent_init()
/external/jemalloc_new/src/
Dprof.c214 cassert(config_prof); in rb_gen()
273 cassert(config_prof); in bt_init()
281 cassert(config_prof); in prof_enter()
294 cassert(config_prof); in prof_leave()
323 cassert(config_prof); in prof_backtrace()
336 cassert(config_prof); in prof_unwind_init_callback()
346 cassert(config_prof); in prof_unwind_callback()
365 cassert(config_prof); in prof_backtrace()
388 cassert(config_prof); in prof_backtrace()
535 cassert(config_prof); in prof_backtrace()
[all …]
Dtcache.c98 config_prof ? tcache->prof_accumbytes : 0); in tcache_alloc_small_hard()
99 if (config_prof) { in tcache_alloc_small_hard()
130 if (config_prof && bin_arena == arena) { in tcache_bin_flush_small()
221 if (config_prof) { in tcache_bin_flush_large()
235 if ((config_prof || config_stats) && locked_arena == arena) { in tcache_bin_flush_large()
236 if (config_prof) { in tcache_bin_flush_large()
273 if (config_prof && idump) { in tcache_bin_flush_large()
496 if (config_prof && tcache->prof_accumbytes > 0 && in tcache_flush_cache()
720 if (!config_prof && opt_tcache) { in tcache_prefork()
727 if (!config_prof && opt_tcache) { in tcache_postfork_parent()
[all …]
Dctl.c75 CTL_PROTO(config_prof)
273 {NAME("prof"), CTL(config_prof)},
976 if (config_prof && opt_prof) { in ctl_refresh()
1645 CTL_RO_CONFIG_GEN(config_prof, bool) in CTL_RO_CONFIG_GEN()
1678 CTL_RO_NL_CGEN(config_prof, opt_prof, opt_prof, bool) in CTL_RO_CONFIG_GEN()
1679 CTL_RO_NL_CGEN(config_prof, opt_prof_prefix, opt_prof_prefix, const char *) in CTL_RO_CONFIG_GEN()
1680 CTL_RO_NL_CGEN(config_prof, opt_prof_active, opt_prof_active, bool) in CTL_RO_CONFIG_GEN()
1681 CTL_RO_NL_CGEN(config_prof, opt_prof_thread_active_init, in CTL_RO_CONFIG_GEN()
1683 CTL_RO_NL_CGEN(config_prof, opt_lg_prof_sample, opt_lg_prof_sample, size_t) in CTL_RO_CONFIG_GEN()
1684 CTL_RO_NL_CGEN(config_prof, opt_prof_accum, opt_prof_accum, bool) in CTL_RO_CONFIG_GEN()
[all …]
Djemalloc.c1184 if (config_prof) {
1285 if (config_prof) {
1310 if (config_prof) {
1554 if (config_prof && prof_boot2(tsd)) {
1852 if (config_stats || (config_prof && opt_prof)) {
1884 if (config_prof && opt_prof) {
2227 if (config_prof && opt_prof) {
2278 } else if (config_prof && opt_prof) {
2288 if (config_prof && opt_prof) {
2345 if (config_prof && opt_prof) {
[all …]
Darena.c988 if (config_stats || (config_prof && opt_prof)) { in arena_reset()
993 if (config_prof && opt_prof) { in arena_reset()
1257 if (config_prof && arena_prof_accum(tsdn, arena, prof_accumbytes)) { in arena_tcache_fill_small()
1349 if (config_prof && arena_prof_accum(tsdn, arena, usize)) { in arena_malloc_small()
1414 cassert(config_prof); in arena_prof_promote()
1438 cassert(config_prof); in arena_prof_demote()
1455 cassert(config_prof); in arena_dalloc_promoted()
1802 if (config_prof) { in arena_new()
Dextent.c718 cassert(config_prof); in extent_gdump_add()
744 cassert(config_prof); in extent_gdump_sub()
779 if (config_prof && gdump_add) { in extent_register_impl()
844 if (config_prof && gdump) { in extent_deregister_impl()
1339 if (config_prof) { in extent_grow_retained()
1376 if (config_prof) { in extent_grow_retained()
1419 if (config_prof) { in extent_alloc_retained()
1764 if (config_prof) { in extent_dalloc_wrapper()
Dlarge.c67 if (config_prof && arena_prof_accum(tsdn, arena, usize)) { in large_palloc()
Dstats.c949 if (config_prof) { in stats_general_print()
/external/jemalloc_new/test/unit/
Dprof_reset.c44 test_skip_if(!config_prof); in TEST_BEGIN()
99 test_skip_if(!config_prof); in TEST_BEGIN()
189 test_skip_if(!config_prof); in TEST_BEGIN()
232 test_skip_if(!config_prof); in TEST_BEGIN()
Dprof_thread_name.c35 test_skip_if(!config_prof); in TEST_BEGIN()
101 test_skip_if(!config_prof); in TEST_BEGIN()
Dprof_idump.c21 test_skip_if(!config_prof); in TEST_BEGIN()
Dprof_tctx.c10 test_skip_if(!config_prof); in TEST_BEGIN()
Dprof_gdump.c22 test_skip_if(!config_prof); in TEST_BEGIN()
Dprof_accum.c58 test_skip_if(!config_prof); in TEST_BEGIN()
Dprof_active.c82 test_skip_if(!config_prof); in TEST_BEGIN()