Lines Matching defs:timestamp
448 {LLDB_OPT_SET_ALL, false, "timestamp-relative", 'r',
450 "Include timestamp in the message header when printing a log "
451 "message. The timestamp is relative to the first displayed "
1188 // If we haven't already grabbed the first timestamp value, do that
1191 uint64_t timestamp = 0;
1192 if (event->GetValueForKeyAsInteger("timestamp", timestamp)) {
1193 m_first_timestamp_seen = timestamp;
1632 uint64_t timestamp) {
1633 const uint64_t delta_nanos = timestamp - m_first_timestamp_seen;
1680 uint64_t timestamp = 0;
1681 if (event.GetValueForKeyAsInteger("timestamp", timestamp)) {
1682 DumpTimestamp(stream, timestamp);