Searched defs:offset_ps (Results 1 – 6 of 6) sorted by relevance
71 absl::string_view event_name, int64_t offset_ps, int64_t duration_ps, in CreateXEvent()89 HostEventType event_type, int64_t offset_ps, int64_t duration_ps, in CreateXEvent()98 int64_t offset_ps, int64_t duration_ps, in CreateTfFunctionCallEvent()
162 int64_t offset_ps = NanoToPico(line_->timestamp_ns() - timestamp_ns); in SetTimestampNsAndAdjustEventOffsets() local
223 void SetOffsetPs(int64_t offset_ps) { event_->set_offset_ps(offset_ps); } in SetOffsetPs()
49 XEvent CreateEvent(int64_t offset_ps, int64_t duration_ps) { in CreateEvent()
85 int64 offset_ps = 2; field
2436 inline ::int64_t XEvent::offset_ps() const { in offset_ps() function