Home
last modified time | relevance | path

Searched refs:ClockSnapshot (Results 1 – 16 of 16) sorted by relevance

/external/perfetto/docs/concepts/
Dclock-sync.md10 trace time, as long as the [ClockSnapshot][clock_snapshot] packets are present in
39 2. [The ClockSnapshot trace packet](#clock_snapshot)
48 // one of the built-in types from ClockSnapshot::BuiltinClocks, or a
89 * Emit at least once a [`ClockSnapshot`][clock_snapshot] packet.
91 Such `ClockSnapshot`:
111 The same `ClockSnapshot` rules as above apply. The only difference is that once
112 a `ClockSnapshot` defines a clock domain with ID >= 128, that clock domain can
126 ### {#clock_snapshot} The ClockSnapshot trace packet
128 The [`ClockSnapshot`][clock_snapshot] packet defines sync points between two or
136 The `traced` service automatically emits `ClockSnapshot` packets for the builtin
[all …]
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_reader.cc357 protos::pbzero::ClockSnapshot::Decoder evt(blob.data, blob.size); in ParseClockSnapshot()
363 protos::pbzero::ClockSnapshot::Clock::Decoder clk(*it); in ParseClockSnapshot()
419 case protos::pbzero::ClockSnapshot::Clock::REALTIME: in GetBuiltinClockNameOrNull()
421 case protos::pbzero::ClockSnapshot::Clock::REALTIME_COARSE: in GetBuiltinClockNameOrNull()
423 case protos::pbzero::ClockSnapshot::Clock::MONOTONIC: in GetBuiltinClockNameOrNull()
425 case protos::pbzero::ClockSnapshot::Clock::MONOTONIC_COARSE: in GetBuiltinClockNameOrNull()
427 case protos::pbzero::ClockSnapshot::Clock::MONOTONIC_RAW: in GetBuiltinClockNameOrNull()
429 case protos::pbzero::ClockSnapshot::Clock::BOOTTIME: in GetBuiltinClockNameOrNull()
/external/perfetto/protos/perfetto/trace/
Dclock_snapshot.proto24 message ClockSnapshot { message
59 // ClockSnapshot that contains this clock is relative to the |timestamp| in
60 // the ClockSnapshot.
Dtrace_packet.proto93 // The clock domain definition in ClockSnapshot can also override:
99 // one of the built-in types from ClockSnapshot::BuiltinClocks, or a
110 ClockSnapshot clock_snapshot = 6;
Dperfetto_trace.proto1542 // also ClockSnapshot's primary_trace_clock. The configured value is written
2054 // processor will take care of realigning clocks using the ClockSnapshot(s).
2575 message ClockSnapshot { message
2610 // ClockSnapshot that contains this clock is relative to the |timestamp| in
2611 // the ClockSnapshot.
7915 // TODO(fmayer): This is MONOTONIC_COARSE. Refactor ClockSnapshot::Clock
7960 // this with ClockSnapshot-based delta encoding instead.
8510 // Deprecated. Use ClockSnapshot in combination with TracePacket's timestamp
8517 // TODO(eseckler): Deprecated. Replace these with ClockSnapshot encoding.
8902 // The clock domain definition in ClockSnapshot can also override:
[all …]
/external/perfetto/protos/perfetto/trace/track_event/
Dthread_descriptor.proto62 // Deprecated. Use ClockSnapshot in combination with TracePacket's timestamp
69 // TODO(eseckler): Deprecated. Replace these with ClockSnapshot encoding.
/external/perfetto/protos/perfetto/trace/chrome/
Dchrome_trace_packet.proto49 ClockSnapshot clock_snapshot = 6;
/external/perfetto/protos/perfetto/trace/android/
Dandroid_log.proto34 // processor will take care of realigning clocks using the ClockSnapshot(s).
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dperfetto_trace_writer.py205 clock_snapshot = proto.ClockSnapshot()
Dperfetto_proto_classes.py316 class ClockSnapshot(object): class
/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_packet.proto140 // TODO(fmayer): This is MONOTONIC_COARSE. Refactor ClockSnapshot::Clock
185 // this with ClockSnapshot-based delta encoding instead.
/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker.cc36 using Clock = protos::pbzero::ClockSnapshot::Clock;
Dclock_tracker_unittest.cc34 using Clock = protos::pbzero::ClockSnapshot::Clock;
/external/perfetto/protos/perfetto/config/
Dtrace_config.proto94 // also ClockSnapshot's primary_trace_clock. The configured value is written
Dperfetto_config.proto1542 // also ClockSnapshot's primary_trace_clock. The configured value is written
/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc936 perfetto::protos::pbzero::ClockSnapshot::Clock::MONOTONIC; in TEST_P()