Home
last modified time | relevance | path

Searched refs:__xray_set_handler (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp92 __xray_set_handler(it->Impl.handle_arg0); in __xray_log_select_mode()
120 __xray_set_handler(Impl.handle_arg0); in __xray_set_log_impl()
H A Dxray_interface.cpp413 int __xray_set_handler(void (*entry)(int32_t, in __xray_set_handler() function
451 return __xray_set_handler(nullptr); in __xray_remove_handler()
H A Dxray_profiling.cpp471 __xray_set_handler(profilingHandleArg0); in profilingLoggingInit()
H A Dxray_basic_logging.cpp430 __xray_set_handler(atomic_load(&UseRealTSC, memory_order_acquire) in basicLoggingInit()
H A Dxray_fdr_logging.cpp709 __xray_set_handler(fdrLoggingHandleArg0); in fdrLoggingInit()
/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_interface.h52 extern int __xray_set_handler(void (*entry)(int32_t, XRayEntryType));