OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 21:09:56 GMT 2025