Searched refs:prof_logging_state (Results 1 – 2 of 2) sorted by relevance
366 assert(prof_logging_state == prof_logging_state_started); in prof_log_bt_index()408 assert(prof_logging_state == prof_logging_state_started); in prof_log_thr_index()459 if (prof_logging_state != prof_logging_state_started) { in prof_try_log()2461 if (prof_logging_state == prof_logging_state_stopped in prof_log_rep_check()2481 if (prof_logging_state == prof_logging_state_stopped) { in prof_log_rep_check()2527 if (prof_logging_state != prof_logging_state_stopped) { in prof_log_start()2534 prof_logging_state = prof_logging_state_started; in prof_log_start()2539 prof_logging_state = prof_logging_state_started; in prof_log_start()2704 if (prof_logging_state != prof_logging_state_started) { in prof_log_stop()2714 prof_logging_state = prof_logging_state_dumping; in prof_log_stop()[all …]
325 #define prof_logging_state JEMALLOC_N(prof_logging_state) macro