Searched refs:opt_prof (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/jemalloc/src/
H A Djemalloc.c643 CONF_HANDLE_BOOL(opt_prof, "prof")
875 if (config_prof && opt_prof) {
904 if (config_prof && opt_prof && ret != NULL)
960 if (config_prof && opt_prof) {
1003 if (config_prof && opt_prof && result != NULL)
1067 if (config_prof && opt_prof) {
1097 if (config_prof && opt_prof && ret != NULL)
1134 if (config_prof && opt_prof) {
1161 if (config_prof && opt_prof) {
1200 if (config_prof && opt_prof)
[all...]
H A Dprof.c19 bool opt_prof = false; variable
993 if (opt_prof == false || prof_booted == false)
1168 * opt_prof and prof_promote must be in their final state before any
1172 if (opt_prof_leak && opt_prof == false) {
1174 * Enable opt_prof, but in such a way that profiles are never
1177 opt_prof = true;
1179 } else if (opt_prof) {
1186 prof_promote = (opt_prof && opt_lg_prof_sample > LG_PAGE);
1195 if (opt_prof) {
1245 if (opt_prof) {
[all...]
H A Dchunk.c202 if (config_prof && opt_prof && opt_prof_gdump && gdump)
H A Dctl.c106 CTL_PROTO(opt_prof)
248 {NAME("prof"), CTL(opt_prof)},
1265 CTL_RO_NL_CGEN(config_prof, opt_prof, opt_prof, bool)
H A Darena.c2214 if (config_prof && opt_prof && prof_promote == false) {
2255 if (config_prof && opt_prof && prof_promote == false) {
/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h257 #define opt_prof JEMALLOC_N(opt_prof) macro
H A Dprof.h184 extern bool opt_prof;
186 * Even if opt_prof is true, sampling can be temporarily disabled by setting

Completed in 79 milliseconds