Home
last modified time | relevance | path

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

/system/iorap/src/compiler/
Dcompiler.cc251 std::optional<uint64_t> timestamp_relative_start; in GetStartTimestamp() local
255 timestamp_relative_start = timestamp_relative_start? in GetStartTimestamp()
256 std::min(*timestamp_relative_start, packet.timestamp()) : packet.timestamp(); in GetStartTimestamp()
265 timestamp_relative_start = timestamp_relative_start? in GetStartTimestamp()
266 std::min(*timestamp_relative_start, event.timestamp()) : event.timestamp(); in GetStartTimestamp()
270 return timestamp_relative_start; in GetStartTimestamp()
312 std::optional<uint64_t> timestamp_relative_start = GetStartTimestamp(trace); in SelectPageCacheFtraceEvents() local
345 timestamp_relative_start = timestamp_relative_start.value_or(packet.timestamp()); in SelectPageCacheFtraceEvents()
384 if (timestamp_relative_start){ in SelectPageCacheFtraceEvents()
385 timestamp_relative = timestamp - *timestamp_relative_start; in SelectPageCacheFtraceEvents()