Searched refs:SelectResult (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp479 auto SelectResult = __xray_log_select_mode("xray-basic"); variable
480 if (SelectResult != XRayLogRegisterStatus::XRAY_REGISTRATION_OK) {
482 Report("Failed selecting XRay Basic Mode; error = %d\n", SelectResult);
H A Dxray_fdr_logging.cpp744 auto SelectResult = __xray_log_select_mode("xray-fdr"); variable
745 if (SelectResult != XRayLogRegisterStatus::XRAY_REGISTRATION_OK &&
748 SelectResult);

Completed in 55 milliseconds