Home
last modified time | relevance | path

Searched refs:__xray_set_handler_arg1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_interface.h63 extern int __xray_set_handler_arg1(void (*entry)(int32_t, XRayEntryType,
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp490 int __xray_set_handler_arg1(void (*entry)(int32_t, XRayEntryType, uint64_t)) { in __xray_set_handler_arg1() function
503 int __xray_remove_handler_arg1() { return __xray_set_handler_arg1(nullptr); } in __xray_remove_handler_arg1()
H A Dxray_profiling.cpp472 __xray_set_handler_arg1(profilingHandleArg1); in profilingLoggingInit()
H A Dxray_basic_logging.cpp427 __xray_set_handler_arg1(atomic_load(&UseRealTSC, memory_order_acquire) in basicLoggingInit()
H A Dxray_fdr_logging.cpp707 __xray_set_handler_arg1(fdrLoggingHandleArg1); in fdrLoggingInit()