Home
last modified time | relevance | path

Searched refs:GetTotalCount (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.h146 uint64_t GetTotalCount() const;
H A DDecodedThread.cpp213 uint64_t DecodedThread::ErrorStats::GetTotalCount() const { in GetTotalCount() function in DecodedThread::ErrorStats
H A DTraceIntelPT.cpp328 error_stats.GetTotalCount()); in DumpTraceInfo()
420 json_str.attribute("totalCount", error_stats.GetTotalCount()); in DumpTraceInfoAsJson()