HomeSort by: relevance | last modified time | path
    Searched refs:SelectResult (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_basic_logging.cc 480 auto SelectResult = __xray_log_select_mode("xray-basic");
481 if (SelectResult != XRayLogRegisterStatus::XRAY_REGISTRATION_OK) {
483 Report("Failed selecting XRay Basic Mode; error = %d\n", SelectResult);
xray_fdr_logging.cc 745 auto SelectResult = __xray_log_select_mode("xray-fdr");
746 if (SelectResult != XRayLogRegisterStatus::XRAY_REGISTRATION_OK &&
749 SelectResult);

Completed in 14 milliseconds