Searched refs:opt_prof_prefix (Results 1 – 6 of 6) sorted by relevance
18 extern char opt_prof_prefix[
36 char opt_prof_prefix[PROF_DUMP_FILENAME_LEN]; variable555 memcpy(opt_prof_prefix, PROF_PREFIX_DEFAULT, in prof_boot0()649 if (opt_prof_final && opt_prof_prefix[0] != '\0' && in prof_boot2()
546 return prof_prefix == NULL ? opt_prof_prefix : prof_prefix; in prof_prefix_get()
141 CTL_PROTO(opt_prof_prefix)467 {NAME("prof_prefix"), CTL(opt_prof_prefix)},2199 CTL_RO_NL_CGEN(config_prof, opt_prof_prefix, opt_prof_prefix, const char *) in CTL_RO_CONFIG_GEN()
1574 CONF_HANDLE_CHAR_P(opt_prof_prefix, in malloc_conf_init_helper()
484 #define opt_prof_prefix JEMALLOC_N(opt_prof_prefix) macro