Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.cpp218 return total + other_errors + fatal_errors; in GetTotalCount()
225 other_errors++; in RecordError()
H A DDecodedThread.h139 uint64_t other_errors = 0; member
H A DTraceIntelPT.cpp335 s.Format(" Number of other errors: {0}\n", error_stats.other_errors); in DumpTraceInfo()
428 json_str.attribute("otherErrors", error_stats.other_errors); in DumpTraceInfoAsJson()