HomeSort by: relevance | last modified time | path
    Searched defs:RegistrationResult (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profiling.cc 504 auto RegistrationResult = __xray_log_register_mode("xray-profiling", Impl);
505 if (RegistrationResult != XRayLogRegisterStatus::XRAY_REGISTRATION_OK) {
509 RegistrationResult);
xray_basic_logging.cc 473 auto RegistrationResult = __xray_log_register_mode("xray-basic", Impl);
474 if (RegistrationResult != XRayLogRegisterStatus::XRAY_REGISTRATION_OK &&
477 RegistrationResult);
xray_fdr_logging.cc 735 auto RegistrationResult = __xray_log_register_mode("xray-fdr", Impl);
736 if (RegistrationResult != XRayLogRegisterStatus::XRAY_REGISTRATION_OK &&
739 RegistrationResult);

Completed in 15 milliseconds