Searched refs:prof_log_start (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h94 bool prof_log_start(tsdn_t *tsdn, const char *filename);
H A Dprivate_namespace.h323 #define prof_log_start JEMALLOC_N(prof_log_start) macro
/freebsd-current/contrib/jemalloc/src/
H A Dprof.c150 * Created on the first call to prof_log_start and deleted on prof_log_stop.
2517 prof_log_start(tsdn_t *tsdn, const char *filename) { function
3019 prof_log_start(tsd_tsdn(tsd), NULL);
H A Dctl.c154 CTL_PROTO(prof_log_start)
419 {NAME("log_start"), CTL(prof_log_start)},
2780 if (prof_log_start(tsd_tsdn(tsd), filename)) {

Completed in 159 milliseconds