Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/xray/TestCases/Posix/
Darg1-arg0-logging.cpp32 __xray_set_handler(arg0logger); in main()
Dpatching-unpatching.cpp27 __xray_set_handler(test_handler); in main()
Dcommon-trampoline-alignment.cpp46 __xray_set_handler(noarg_handler); in main()
Dcoverage-sample.cpp41 __xray_set_handler(coverage_handler); in main()
/external/llvm-project/compiler-rt/lib/xray/
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()
Dxray_interface.cpp401 int __xray_set_handler(void (*entry)(int32_t, in __xray_set_handler() function
439 return __xray_set_handler(nullptr); in __xray_remove_handler()
Dxray_profiling.cpp474 __xray_set_handler(profilingHandleArg0); in profilingLoggingInit()
Dxray_basic_logging.cpp430 __xray_set_handler(atomic_load(&UseRealTSC, memory_order_acquire) in basicLoggingInit()
Dxray_fdr_logging.cpp712 __xray_set_handler(fdrLoggingHandleArg0); in fdrLoggingInit()
/external/llvm-project/compiler-rt/include/xray/
Dxray_interface.h52 extern int __xray_set_handler(void (*entry)(int32_t, XRayEntryType));