Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.h145 uint64_t GetTotalCount() const;
H A DDecodedThread.cpp213 uint64_t DecodedThread::ErrorStats::GetTotalCount() const { in GetTotalCount() function in DecodedThread::ErrorStats
H A DTraceIntelPT.cpp329 error_stats.GetTotalCount()); in DumpTraceInfo()
421 json_str.attribute("totalCount", error_stats.GetTotalCount()); in DumpTraceInfoAsJson()