Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.cpp126 m_tscs.emplace(GetItemsCount(), TSCRange{tsc, 0, GetItemsCount()}).first; in NotifyTsc()
160 auto next_it = m_tscs.upper_bound(item_index); in GetTSCRangeByIndex()
161 if (next_it == m_tscs.begin()) in GetTSCRangeByIndex()
253 (sizeof(uint64_t) + sizeof(TSC)) * m_tscs.size() + in CalculateApproximateMemoryUsage()
H A DDecodedThread.h297 std::map<uint64_t, TSCRange> m_tscs; variable