Home
last modified time | relevance | path

Searched refs:prof_sample_event_handler (Results 1 – 3 of 3) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h93 void prof_sample_event_handler(tsd_t *tsd, uint64_t elapsed);
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h515 #define prof_sample_event_handler JEMALLOC_N(prof_sample_event_handler) macro
/src/contrib/jemalloc/src/
H A Dprof.c269 prof_sample_event_handler(tsd_t *tsd, uint64_t elapsed) { in prof_sample_event_handler() function