Searched refs:ClockSnapshot (Results 1 – 16 of 16) sorted by relevance
10 trace time, as long as the [ClockSnapshot][clock_snapshot] packets are present in39 2. [The ClockSnapshot trace packet](#clock_snapshot)48 // one of the built-in types from ClockSnapshot::BuiltinClocks, or a89 * 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 once112 a `ClockSnapshot` defines a clock domain with ID >= 128, that clock domain can126 ### {#clock_snapshot} The ClockSnapshot trace packet128 The [`ClockSnapshot`][clock_snapshot] packet defines sync points between two or136 The `traced` service automatically emits `ClockSnapshot` packets for the builtin[all …]
357 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()
24 message ClockSnapshot { message59 // ClockSnapshot that contains this clock is relative to the |timestamp| in60 // the ClockSnapshot.
93 // The clock domain definition in ClockSnapshot can also override:99 // one of the built-in types from ClockSnapshot::BuiltinClocks, or a110 ClockSnapshot clock_snapshot = 6;
1542 // also ClockSnapshot's primary_trace_clock. The configured value is written2054 // processor will take care of realigning clocks using the ClockSnapshot(s).2575 message ClockSnapshot { message2610 // ClockSnapshot that contains this clock is relative to the |timestamp| in2611 // the ClockSnapshot.7915 // TODO(fmayer): This is MONOTONIC_COARSE. Refactor ClockSnapshot::Clock7960 // this with ClockSnapshot-based delta encoding instead.8510 // Deprecated. Use ClockSnapshot in combination with TracePacket's timestamp8517 // TODO(eseckler): Deprecated. Replace these with ClockSnapshot encoding.8902 // The clock domain definition in ClockSnapshot can also override:[all …]
62 // Deprecated. Use ClockSnapshot in combination with TracePacket's timestamp69 // TODO(eseckler): Deprecated. Replace these with ClockSnapshot encoding.
49 ClockSnapshot clock_snapshot = 6;
34 // processor will take care of realigning clocks using the ClockSnapshot(s).
205 clock_snapshot = proto.ClockSnapshot()
316 class ClockSnapshot(object): class
140 // TODO(fmayer): This is MONOTONIC_COARSE. Refactor ClockSnapshot::Clock185 // this with ClockSnapshot-based delta encoding instead.
36 using Clock = protos::pbzero::ClockSnapshot::Clock;
34 using Clock = protos::pbzero::ClockSnapshot::Clock;
94 // also ClockSnapshot's primary_trace_clock. The configured value is written
1542 // also ClockSnapshot's primary_trace_clock. The configured value is written
936 perfetto::protos::pbzero::ClockSnapshot::Clock::MONOTONIC; in TEST_P()