Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dclock_tracker.h63 struct ClockSnapshot { struct
69 using ClockSnapshotVector = std::vector<ClockSnapshot>; argument
Dclock_tracker.cc57 snapshots.emplace_back(ClockSnapshot{clock_time_ns, trace_time_ns}); in SyncClocks()
67 static auto comparator = [](int64_t lhs, const ClockSnapshot& rhs) { in ToTraceTime()
Dproto_trace_parser.cc1060 protos::pbzero::ClockSnapshot::Decoder evt(blob.data, blob.size); in ParseClockSnapshot()
1065 protos::pbzero::ClockSnapshot::Clock::Decoder clk(it->data(), it->size()); in ParseClockSnapshot()
1066 if (clk.type() == protos::pbzero::ClockSnapshot::Clock::BOOTTIME) { in ParseClockSnapshot()
1068 } else if (clk.type() == protos::pbzero::ClockSnapshot::Clock::REALTIME) { in ParseClockSnapshot()
1070 } else if (clk.type() == protos::pbzero::ClockSnapshot::Clock::MONOTONIC) { in ParseClockSnapshot()
/external/perfetto/src/tracing/core/
Dtracing_service_impl.cc2106 protos::ClockSnapshot* clock_snapshot = packet.mutable_clock_snapshot(); in SnapshotClocks()
2112 protos::ClockSnapshot::Clock::Type type; in SnapshotClocks()
2115 {CLOCK_BOOTTIME, protos::ClockSnapshot::Clock::BOOTTIME, {0, 0}}, in SnapshotClocks()
2117 protos::ClockSnapshot::Clock::REALTIME_COARSE, in SnapshotClocks()
2120 protos::ClockSnapshot::Clock::MONOTONIC_COARSE, in SnapshotClocks()
2122 {CLOCK_REALTIME, protos::ClockSnapshot::Clock::REALTIME, {0, 0}}, in SnapshotClocks()
2123 {CLOCK_MONOTONIC, protos::ClockSnapshot::Clock::MONOTONIC, {0, 0}}, in SnapshotClocks()
2125 protos::ClockSnapshot::Clock::MONOTONIC_RAW, in SnapshotClocks()
2128 protos::ClockSnapshot::Clock::PROCESS_CPUTIME, in SnapshotClocks()
2131 protos::ClockSnapshot::Clock::THREAD_CPUTIME, in SnapshotClocks()
[all …]
/external/perfetto/protos/perfetto/trace/
Dclock_snapshot.proto23 message ClockSnapshot { message
Dtrusted_packet.proto55 ClockSnapshot clock_snapshot = 6;
Dtrace_packet.proto61 ClockSnapshot clock_snapshot = 6;
Dperfetto_trace.proto329 // processor will take care of realigning clocks using the ClockSnapshot(s).
401 message ClockSnapshot { message
2684 // TODO(fmayer): This is MONOTONIC_COARSE. Refactor ClockSnapshot::Clock
2897 ClockSnapshot clock_snapshot = 6;
/external/perfetto/protos/perfetto/trace/chrome/
Dchrome_trace_packet.proto48 ClockSnapshot clock_snapshot = 6;
/external/perfetto/protos/perfetto/trace/android/
Dandroid_log.proto35 // processor will take care of realigning clocks using the ClockSnapshot(s).
/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_packet.proto126 // TODO(fmayer): This is MONOTONIC_COARSE. Refactor ClockSnapshot::Clock