Searched refs:TSCRange (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h59 const std::optional<DecodedThread::TSCRange> &GetTSCRange() const;
80 std::optional<DecodedThread::TSCRange> mutable m_tsc_range;
H A DDecodedThread.h67 struct TSCRange { struct in class:lldb_private::trace_intel_pt::DecodedThread
193 std::optional<DecodedThread::TSCRange>
297 std::map<uint64_t, TSCRange> m_tscs;
299 std::optional<std::map<uint64_t, TSCRange>::iterator> m_last_tsc =
H A DTraceCursorIntelPT.cpp52 const std::optional<DecodedThread::TSCRange> &
107 if (const std::optional<DecodedThread::TSCRange> &range = GetTSCRange())
H A DDecodedThread.cpp33 bool DecodedThread::TSCRange::InRange(uint64_t item_index) const {
126 m_tscs.emplace(GetItemsCount(), TSCRange{tsc, 0, GetItemsCount()}).first;
158 std::optional<DecodedThread::TSCRange>

Completed in 59 milliseconds