Lines Matching refs:error_string
189 std::string error_string(error.GetCString()); in StopProcessorTrace() local
190 if ((error_string.find("tracing not active for this process") == in StopProcessorTrace()
192 (error_string.find("tracing not active for this thread") == in StopProcessorTrace()
196 error_string.c_str(), itr_thread->first, in StopProcessorTrace()
239 std::string error_string(error.GetCString()); in StopProcessorTrace() local
242 error_string.c_str(), tid, sbprocess.GetProcessID()); in StopProcessorTrace()
243 if (error_string.find("tracing not active") == std::string::npos) in StopProcessorTrace()
824 std::string error_string(error.GetCString()); in GetProcessorTraceInfo() local
825 if (error_string.find("tracing not active") != std::string::npos) { in GetProcessorTraceInfo()
833 error_string.c_str(), in GetProcessorTraceInfo()
915 std::string error_string(sberror.GetCString()); in FetchAndDecode() local
916 if (error_string.find("tracing not active") != std::string::npos) in FetchAndDecode()