Home
last modified time | relevance | path

Searched refs:timestamp_clock_id (Results 1 – 14 of 14) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_reader.cc159 uint32_t timestamp_clock_id = in ParsePacket() local
161 ? 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()
/external/perfetto/docs/concepts/
Dclock-sync.md38 1. [The timestamp_clock_id field of TracePacket](#timestamp_clock_id)
41 ### {#timestamp_clock_id} The timestamp_clock_id field of TracePacket
51 optional uint32 timestamp_clock_id = 58;
70 other than set the `timestamp_clock_id` field in order to emit events
88 * 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` sequences
165 If a `TracePacket` with `timestamp_clock_id=CLOCK_MONOTONIC` and
175 one specified by the `timestamp_clock_id` field) and the target clock domain
206 `timestamp_clock_id=CUSTOM_CLOCK` and `timestamp=3503` as follows:
[all …]
/external/perfetto/test/trace_processor/power/
Dpower_rails_custom_clock.textproto32 timestamp_clock_id: 128
42 timestamp_clock_id: 128
/external/perfetto/test/trace_processor/track_event/
Dtrack_event_monotonic_trace_clock.textproto21 timestamp_clock_id: 3 # BUILTIN_CLOCK_MONOTONIC
32 timestamp_clock_id: 6 # BUILTIN_CLOCK_BOOTTIME
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dperfetto_trace_writer.py91 thread_descriptor_packet.timestamp_clock_id = CLOCK_TELEMETRY
122 packet.timestamp_clock_id = CLOCK_TELEMETRY
Dperfetto_proto_classes.py26 self.timestamp_clock_id = None
76 if self.timestamp_clock_id is not None:
78 writer(parts.append, self.timestamp_clock_id)
/external/perfetto/test/trace_processor/graphics/
Dclock_sync.py79 defaults_packet.trace_packet_defaults.timestamp_clock_id = SEQ_CLOCK1
/external/perfetto/protos/perfetto/trace/
Dtrace_packet_defaults.proto32 optional uint32 timestamp_clock_id = 58; field
Dtrace_packet.proto92 // Android). It can be overridden using a different timestamp_clock_id.
103 optional uint32 timestamp_clock_id = 58; field
Dperfetto_trace.proto7110 // Deprecated. Use the |timestamp| and |timestamp_clock_id| fields in
8416 optional uint32 timestamp_clock_id = 58; field
8511 // 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
/external/perfetto/protos/perfetto/trace/track_event/
Dthread_descriptor.proto63 // and timestamp_clock_id fields instead.
Dtrack_event.proto281 // Deprecated. Use the |timestamp| and |timestamp_clock_id| fields in
/external/perfetto/test/
Dsynth_common.py286 packet.timestamp_clock_id = clock_id
/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc937 EXPECT_EQ(packet.timestamp_clock_id(), in TEST_P()