Home
last modified time | relevance | path

Searched refs:ClockValue (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker.h141 struct ClockValue { struct
142 ClockValue(ClockId id, int64_t ts) : clock_id(id), absolute_timestamp(ts) {} in ClockValue() argument
143 ClockValue(ClockId id, int64_t ts, int64_t unit, bool incremental) in ClockValue() argument
158 uint32_t AddSnapshot(const std::vector<ClockValue>&); argument
Dclock_tracker.cc44 uint32_t ClockTracker::AddSnapshot(const std::vector<ClockValue>& clocks) { in AddSnapshot()
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_reader.cc356 std::vector<ClockTracker::ClockValue> clocks; in ParseClockSnapshot()