Searched refs:opt_prof_sys_thread_name (Results 1 – 5 of 5) sorted by relevance
30 extern bool opt_prof_sys_thread_name;
37 bool opt_prof_sys_thread_name = false; variable103 if (opt_prof_sys_thread_name) { in prof_malloc_sample_object()453 if (opt_prof_sys_thread_name) { in prof_thread_name_set()
153 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()
1596 CONF_HANDLE_BOOL(opt_prof_sys_thread_name, in malloc_conf_init_helper()
485 #define opt_prof_sys_thread_name JEMALLOC_N(opt_prof_sys_thread_name) macro