Searched refs:first_timestamp (Results 1 – 2 of 2) sorted by relevance
102 optional< datetime::timestamp > first_timestamp; member181 if (!globals->first_timestamp) in generate_log_name()182 globals->first_timestamp = datetime::timestamp::now(); in generate_log_name()185 globals->first_timestamp.get().strftime(timestamp_format)); in generate_log_name()205 if (!globals->first_timestamp) in log()206 globals->first_timestamp = now; in log()
3003 uint64_t first_timestamp = 0; local3024 if (first_timestamp == 0)3025 first_timestamp = buf->dtbd_timestamp;3026 assert(buf->dtbd_timestamp >= first_timestamp);3051 if (timestamp == first_timestamp &&