Searched refs:timestamp_clock_id (Results 1 – 14 of 14) sorted by relevance
159 uint32_t timestamp_clock_id = in ParsePacket() local161 ? decoder.timestamp_clock_id() in ParsePacket()162 : (defaults ? defaults->timestamp_clock_id() : 0); in ParsePacket()165 (!timestamp_clock_id || in ParsePacket()166 timestamp_clock_id == protos::pbzero::BUILTIN_CLOCK_MONOTONIC)) { in ParsePacket()177 } else if (timestamp_clock_id) { in ParsePacket()180 ClockTracker::ClockId converted_clock_id = timestamp_clock_id; in ParsePacket()189 timestamp_clock_id); in ParsePacket()192 ClockTracker::SeqScopedClockIdToGlobal(seq_id, timestamp_clock_id); in ParsePacket()
38 1. [The timestamp_clock_id field of TracePacket](#timestamp_clock_id)41 ### {#timestamp_clock_id} The timestamp_clock_id field of TracePacket51 optional uint32 timestamp_clock_id = 58;70 other than set the `timestamp_clock_id` field in order to emit events88 * Emit its packets with a `timestamp_clock_id` in the range [64, 127]94 used to emit other `TracePacket`(s) that refer to such `timestamp_clock_id`.102 Collisions of `timestamp_clock_id` across two different `TraceWriter` sequences165 If a `TracePacket` with `timestamp_clock_id=CLOCK_MONOTONIC` and175 one specified by the `timestamp_clock_id` field) and the target clock domain206 `timestamp_clock_id=CUSTOM_CLOCK` and `timestamp=3503` as follows:[all …]
32 timestamp_clock_id: 12842 timestamp_clock_id: 128
21 timestamp_clock_id: 3 # BUILTIN_CLOCK_MONOTONIC32 timestamp_clock_id: 6 # BUILTIN_CLOCK_BOOTTIME
91 thread_descriptor_packet.timestamp_clock_id = CLOCK_TELEMETRY122 packet.timestamp_clock_id = CLOCK_TELEMETRY
26 self.timestamp_clock_id = None76 if self.timestamp_clock_id is not None:78 writer(parts.append, self.timestamp_clock_id)
79 defaults_packet.trace_packet_defaults.timestamp_clock_id = SEQ_CLOCK1
32 optional uint32 timestamp_clock_id = 58; field
92 // Android). It can be overridden using a different timestamp_clock_id.103 optional uint32 timestamp_clock_id = 58; field
7110 // Deprecated. Use the |timestamp| and |timestamp_clock_id| fields in8416 optional uint32 timestamp_clock_id = 58; field8511 // and timestamp_clock_id fields instead.8901 // Android). It can be overridden using a different timestamp_clock_id.8912 optional uint32 timestamp_clock_id = 58; field
63 // and timestamp_clock_id fields instead.
281 // Deprecated. Use the |timestamp| and |timestamp_clock_id| fields in
286 packet.timestamp_clock_id = clock_id
937 EXPECT_EQ(packet.timestamp_clock_id(), in TEST_P()