Home
last modified time | relevance | path

Searched refs:RegistrationResult (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profiling.cpp500 auto RegistrationResult = __xray_log_register_mode("xray-profiling", Impl); in profilingDynamicInitializer()
501 if (RegistrationResult != XRayLogRegisterStatus::XRAY_REGISTRATION_OK) { in profilingDynamicInitializer()
505 RegistrationResult); in profilingDynamicInitializer()
503 auto RegistrationResult = __xray_log_register_mode("xray-profiling", Impl); profilingDynamicInitializer() local
H A Dxray_basic_logging.cpp472 auto RegistrationResult = __xray_log_register_mode("xray-basic", Impl); in basicLogDynamicInitializer() local
473 if (RegistrationResult != XRayLogRegisterStatus::XRAY_REGISTRATION_OK && in basicLogDynamicInitializer()
476 RegistrationResult); in basicLogDynamicInitializer()
H A Dxray_fdr_logging.cpp731 auto RegistrationResult = __xray_log_register_mode("xray-fdr", Impl); in fdrLogDynamicInitializer()
732 if (RegistrationResult != XRayLogRegisterStatus::XRAY_REGISTRATION_OK && in fdrLogDynamicInitializer()
735 RegistrationResult); in fdrLogDynamicInitializer()
736 auto RegistrationResult = __xray_log_register_mode("xray-fdr", Impl); fdrLogDynamicInitializer() local