Home
last modified time | relevance | path

Searched refs:opt_prof (Results 1 – 8 of 8) sorted by relevance

/external/jemalloc/src/
Dprof.c19 bool opt_prof = false;
1167 if (opt_prof == false || prof_booted == false) in prof_mdump()
1337 if (opt_prof_leak && opt_prof == false) { in prof_boot1()
1342 opt_prof = true; in prof_boot1()
1344 } else if (opt_prof) { in prof_boot1()
1358 if (opt_prof) { in prof_boot2()
1410 if (opt_prof) { in prof_prefork()
1424 if (opt_prof) { in prof_postfork_parent()
1438 if (opt_prof) { in prof_postfork_child()
Djemalloc.c639 CONF_HANDLE_BOOL(opt_prof, "prof", true)
913 if (config_prof && opt_prof) {
1022 if (config_prof && opt_prof) {
1144 if (config_prof && opt_prof) {
1219 if (config_prof && opt_prof) {
1254 if ((config_prof && opt_prof) || config_stats ||
1260 if (config_prof && opt_prof) {
1454 if (config_prof && opt_prof) {
1571 if ((config_prof && opt_prof) || config_stats ||
1577 if (config_prof && opt_prof) {
[all …]
Dctl.c103 CTL_PROTO(opt_prof)
244 {NAME("prof"), CTL(opt_prof)},
1168 CTL_RO_NL_CGEN(config_prof, opt_prof, opt_prof, bool) in CTL_RO_BOOL_CONFIG_GEN()
Dchunk.c206 if (config_prof && opt_prof && opt_prof_gdump && gdump) in chunk_register()
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt273 opt_prof
Dprivate_namespace.h273 #define opt_prof JEMALLOC_N(opt_prof) macro
Dprof.h191 extern bool opt_prof;
Dprivate_unnamespace.h273 #undef opt_prof