Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTMultiCpuDecoder.cpp178 if (m_setup_error) in CorrelateContextSwitchesAndIntelPtTraces()
179 return createStringError(inconvertibleErrorCode(), m_setup_error->c_str()); in CorrelateContextSwitchesAndIntelPtTraces()
194 m_setup_error = toString(std::move(err)); in CorrelateContextSwitchesAndIntelPtTraces()
195 return createStringError(inconvertibleErrorCode(), m_setup_error->c_str()); in CorrelateContextSwitchesAndIntelPtTraces()
H A DTraceIntelPTMultiCpuDecoder.h102 std::optional<std::string> m_setup_error; variable