Searched refs:m_setup_error (Results 1 – 2 of 2) sorted by relevance
178 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()
102 std::optional<std::string> m_setup_error; variable