Searched refs:opt_prof_prefix (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c26 char opt_prof_prefix[ variable
1646 opt_prof_prefix, prof_getpid(), prof_dump_seq, v, vseq);
1651 opt_prof_prefix, prof_getpid(), prof_dump_seq, v);
1664 assert(opt_prof_prefix[0] != '\0');
1695 if (opt_prof_prefix[0] != '\0') {
1717 if (opt_prof_prefix[0] == '\0')
1747 if (opt_prof_prefix[0] != '\0') {
2161 memcpy(opt_prof_prefix, PROF_PREFIX_DEFAULT,
2242 if (opt_prof_final && opt_prof_prefix[0] != '\0' &&
H A Dctl.c108 CTL_PROTO(opt_prof_prefix)
285 {NAME("prof_prefix"), CTL(opt_prof_prefix)},
1295 CTL_RO_NL_CGEN(config_prof, opt_prof_prefix, opt_prof_prefix, const char *)
H A Djemalloc.c1209 CONF_HANDLE_CHAR_P(opt_prof_prefix,
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h255 extern char opt_prof_prefix[
H A Dprivate_namespace.h385 #define opt_prof_prefix JEMALLOC_N(opt_prof_prefix) macro

Completed in 111 milliseconds