Home
last modified time | relevance | path

Searched refs:ClockSnapshots (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker.h243 struct ClockSnapshots { struct
251 std::map<SnapshotHash, ClockSnapshots> snapshots; argument
275 const ClockSnapshots& GetSnapshot(uint32_t hash) const { in GetSnapshot()
Dclock_tracker.cc88 ClockSnapshots& vect = domain.snapshots[snapshot_hash]; in AddSnapshot()
245 const ClockSnapshots& cur_snap = cur_clock->GetSnapshot(hash); in ConvertSlowpath()
262 const ClockSnapshots& next_snap = next_clock->GetSnapshot(hash); in ConvertSlowpath()
/external/perfetto/protos/perfetto/config/
Dtrace_config.proto95 // into the trace as part of the ClockSnapshots emitted by the service.
Dperfetto_config.proto1543 // into the trace as part of the ClockSnapshots emitted by the service.
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto1543 // into the trace as part of the ClockSnapshots emitted by the service.