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()
4126 uint64_t first_timestamp = 0; local4147 if (first_timestamp == 0)4148 first_timestamp = buf->dtbd_timestamp;4149 assert(buf->dtbd_timestamp >= first_timestamp);4174 if (timestamp == first_timestamp &&