Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/xray/TestCases/Posix/
H A Dcustom-event-logging.cpp30 __xray_set_customevent_handler(myprinter); in main()
H A Dcustom-event-handler-alignment.cpp34 __xray_set_customevent_handler(printer); in main()
/llvm-project-15.0.7/compiler-rt/include/xray/
H A Dxray_interface.h71 extern int __xray_set_customevent_handler(void (*entry)(void *, std::size_t));
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_interface.cpp417 int __xray_set_customevent_handler(void (*entry)(void *, size_t)) in __xray_set_customevent_handler() function
446 return __xray_set_customevent_handler(nullptr); in __xray_remove_customevent_handler()
H A Dxray_fdr_logging.cpp712 __xray_set_customevent_handler(fdrLoggingHandleCustomEvent); in fdrLoggingInit()