Searched refs:max_timestamp (Results 1 – 8 of 8) sorted by relevance
65 const NtpTimestamp max_timestamp = in GetRecentReportTime() local71 NtpTimestamp reconstructed = (max_timestamp & (uint64_t{0xffff} << 48)) | in GetRecentReportTime()76 if (reconstructed > max_timestamp) { in GetRecentReportTime()
75 if (ts < context_->event_tracker->max_timestamp()) { in PushSchedSwitch()78 static_cast<double>(context_->event_tracker->max_timestamp() - ts) / in PushSchedSwitch()129 if (ts < context_->event_tracker->max_timestamp()) { in PushSchedSwitchCompact()132 static_cast<double>(context_->event_tracker->max_timestamp() - ts) / in PushSchedSwitchCompact()269 if (ts < context_->event_tracker->max_timestamp()) { in PushSchedWakingCompact()272 static_cast<double>(context_->event_tracker->max_timestamp() - ts) / in PushSchedWakingCompact()
80 int64_t max_timestamp() const { return max_timestamp_; } in max_timestamp() function
148 ASSERT_EQ(hd.max_timestamp(), 200u); in TEST()174 EXPECT_EQ(hd.max_timestamp(), 400u); in TEST()
197 uint64_t max_timestamp() { return max_timestamp_; } in max_timestamp() function
704 dump_timestamp = heap_info.heap_tracker.max_timestamp(); in DumpProcessState()
180 int64_t max_timestamp() const { return global_max_ts_; } in max_timestamp() function
206 timestamp = std::max(latest_timestamp_, context_->sorter->max_timestamp()); in ParsePacket()