Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp26 m_beginning_of_time_nanos(beginning_of_time_nanos) { in TraceCursorIntelPT()
115 return range->GetInterpolatedTime(m_pos, *m_beginning_of_time_nanos, in GetWallClockTime()
H A DTraceCursorIntelPT.h77 std::optional<uint64_t> m_beginning_of_time_nanos; variable