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

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

Completed in 150 milliseconds