Home
last modified time | relevance | path

Searched refs:__xray_log_set_buffer_iterator (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp53 void __xray_log_set_buffer_iterator(XRayBuffer (*Iterator)(XRayBuffer)) in __xray_log_set_buffer_iterator() function
60 __xray_log_set_buffer_iterator(&NullBufferIterator); in __xray_log_remove_buffer_iterator()
H A Dxray_profiling.cpp470 __xray_log_set_buffer_iterator(profileCollectorService::nextBuffer); in profilingLoggingInit()
H A Dxray_fdr_logging.cpp714 __xray_log_set_buffer_iterator(fdrIterator); in fdrLoggingInit()
/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_log_interface.h322 void __xray_log_set_buffer_iterator(XRayBuffer (*Iterator)(XRayBuffer));