Home
last modified time | relevance | path

Searched refs:opt_prof_sys_thread_name (Results 1 – 5 of 5) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h30 extern bool opt_prof_sys_thread_name;
/src/contrib/jemalloc/src/
H A Dprof.c37 bool opt_prof_sys_thread_name = false; variable
103 if (opt_prof_sys_thread_name) { in prof_malloc_sample_object()
453 if (opt_prof_sys_thread_name) { in prof_thread_name_set()
H A Dctl.c153 CTL_PROTO(opt_prof_sys_thread_name)
479 {NAME("prof_sys_thread_name"), CTL(opt_prof_sys_thread_name)},
2213 CTL_RO_NL_CGEN(config_prof, opt_prof_sys_thread_name, opt_prof_sys_thread_name, in CTL_RO_CONFIG_GEN()
H A Djemalloc.c1596 CONF_HANDLE_BOOL(opt_prof_sys_thread_name, in malloc_conf_init_helper()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h485 #define opt_prof_sys_thread_name JEMALLOC_N(opt_prof_sys_thread_name) macro