Searched refs:first_timestamp (Results 1 – 2 of 2) sorted by relevance
91 static optional< datetime::timestamp > first_timestamp = none; variable139 if (!first_timestamp) in generate_log_name()140 first_timestamp = datetime::timestamp::now(); in generate_log_name()143 first_timestamp.get().strftime(timestamp_format)); in generate_log_name()161 if (!first_timestamp) in log()162 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);3054 if (timestamp == first_timestamp &&