HomeSort by: relevance | last modified time | path
    Searched refs:prof_sample_should_skip (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
prof_inlines.h 110 prof_sample_should_skip(tsd_t *tsd, bool sample_event) { function
138 likely(prof_sample_should_skip(tsd, sample_event))) {
172 if (prof_sample_should_skip(tsd, sample_event)) {
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
prof_inlines.h 110 prof_sample_should_skip(tsd_t *tsd, bool sample_event) { function
138 likely(prof_sample_should_skip(tsd, sample_event))) {
172 if (prof_sample_should_skip(tsd, sample_event)) {
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
prof_inlines.h 140 prof_sample_should_skip(tsd_t *tsd, bool sample_event) { function
168 || likely(prof_sample_should_skip(tsd, sample_event))) {
202 if (prof_sample_should_skip(tsd, sample_event)) {
  /src/external/bsd/jemalloc/include/jemalloc/internal/
prof_inlines.h 140 prof_sample_should_skip(tsd_t *tsd, bool sample_event) { function
168 || likely(prof_sample_should_skip(tsd, sample_event))) {
202 if (prof_sample_should_skip(tsd, sample_event)) {

Completed in 46 milliseconds