Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_log_interface.cc93 __xray_set_handler(it->Impl.handle_arg0); in __xray_log_select_mode()
121 __xray_set_handler(Impl.handle_arg0); in __xray_set_log_impl()
H A Dxray_interface.cc372 int __xray_set_handler(void (*entry)(int32_t, in __xray_set_handler() function
410 return __xray_set_handler(nullptr); in __xray_remove_handler()
H A Dxray_profiling.cc475 __xray_set_handler(profilingHandleArg0); in profilingLoggingInit()
H A Dxray_basic_logging.cc431 __xray_set_handler(atomic_load(&UseRealTSC, memory_order_acquire) in basicLoggingInit()
H A Dxray_fdr_logging.cc713 __xray_set_handler(fdrLoggingHandleArg0); in fdrLoggingInit()
/netbsd-src/sys/external/bsd/compiler_rt/dist/include/xray/
H A Dxray_interface.h53 extern int __xray_set_handler(void (*entry)(int32_t, XRayEntryType));